Skip to content

Commit

Permalink
fix cffi on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Jul 18, 2024
1 parent 8522235 commit d8c4dcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
conda list
python -m site
- name: fix cffi
if: runner.os == 'macOS'
shell: bash -l {0}
run: |
pip install cffi --force
- name: build and test
shell: bash -l {0}
run: >
Expand Down

0 comments on commit d8c4dcc

Please sign in to comment.