diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index e39519c..e34e057 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -72,6 +72,7 @@ jobs: if: matrix.os == 'macos-latest' run: | brew install openssl libssh2 + brew info libssh2 - name: setup test env run: | python -m pip install --upgrade pip @@ -83,5 +84,5 @@ jobs: # from the temp dir that pip used for installs. setting the DYLD_LIBRARY_PATH envvar seems to solve this even # if it feels horribly hacky. afaik, this is ignored on linux, so it will only matter on the macos builds # https://stackoverflow.com/questions/71356491/python3-on-mac-having-trouble-loading-libssh2 - run: TERM=xterm DYLD_LIBRARY_PATH=/usr/local/lib python -m nox -p $FRIENDLY_PYTHON_VERSION -k "not darglint" + run: TERM=xterm DYLD_LIBRARY_PATH=/opt/homebrew/Cellar/libssh2/1.10.0/lib python -m nox -p $FRIENDLY_PYTHON_VERSION -k "not darglint"