Skip to content

Commit

Permalink
install cairocffi]
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Apr 25, 2024
1 parent 04a0782 commit 8716330
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,9 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install aspell
pip install cairocffi
# 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
- name: Check and Link Cairo
if: runner.os == 'macOS'
run: |
brew link --force cairo
brew list --versions cairo
- name: Set Library Paths
if: runner.os == 'macOS'
run: |
echo "export DYLD_LIBRARY_PATH=$(brew --prefix cairo)/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
echo "export LD_LIBRARY_PATH=$(brew --prefix cairo)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox (CPython)
Expand Down

0 comments on commit 8716330

Please sign in to comment.