Skip to content

Commit

Permalink
try symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Apr 25, 2024
1 parent c1d9c18 commit 5c8cb0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +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
sudo ln -s /opt/homebrew/lib/libcairo.2.dylib /usr/local/lib/libcairo.2.dylib
brew unlink cairo && brew link cairo -v
# sudo ln -s /opt/homebrew/lib/libcairo.2.dylib /usr/local/lib/libcairo.2.dylib
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox (CPython)
Expand Down

0 comments on commit 5c8cb0c

Please sign in to comment.