diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 40399c4f68..d113c32428 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,8 +59,8 @@ jobs: # Add additional packages on 3.11: https://github.com/ethereum/execution-spec-tests/issues/274 if [ ${{ matrix.python }} == '3.11' ]; then brew install autoconf automake libtool; fi # https://github.com/squidfunk/mkdocs-material/issues/5121 - brew unlink cairo && brew link cairo -v - # sudo ln -s /opt/homebrew/lib/libcairo.2.dylib /usr/local/lib/libcairo.2.dylib + brew install cairo freetype libffi libjpeg libpng zlib + export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH - name: Install Tox and any other packages run: pip install tox - name: Run Tox (CPython)