Skip to content

Commit

Permalink
ci: install coincurve deps on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Sep 7, 2024
1 parent 093d1c9 commit 92fbcc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install MacOS dependencies
if: matrix.os == 'macos-latest' || matrix.os == 'macos-13'
run: brew install autoconf automake libffi libtool pkg-config python
- name: Install from source
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 92fbcc0

Please sign in to comment.