Skip to content

Commit

Permalink
chore: forcibly install GH master branch of 'cffi'
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Apr 18, 2024
1 parent c05ef95 commit 937780b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ jobs:
run: |
pip install -U pip
pip install -U setuptools wheel twine
# Remove this hack once 'cffi' has a release supporting Python 3.13.
pip install -e "git+https://github.com/python-cffi/cffi.git#egg=cffi"
- name: Install Build Dependencies
if: matrix.python-version != '3.13.0-alpha - 3.13.0'
run: |
Expand Down

0 comments on commit 937780b

Please sign in to comment.