Skip to content

Commit

Permalink
Install swig from wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 1, 2024
1 parent 84e340e commit a0081ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
grep pyscard requirements.txt >> source-reqs.txt
# Remove non-universal packages
poetry run pip uninstall -y cryptography cffi pyscard
# Install swig from wheel
poetry run pip install swig
# Build cffi from source to get universal build
poetry run pip install --upgrade -r source-reqs.txt --no-binary :all:
# Explicitly install pre-build universal build of cryptography
Expand Down

0 comments on commit a0081ac

Please sign in to comment.