Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jan 22, 2024
1 parent bc85e1b commit c413d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
pip install -U setuptools wheel twine
# cffi will probably have no public release until a beta or even RC
# version of Python 3.13.
pip install -U cffi @ https://github.com/python-cffi/cffi/archive/refs/heads/main.zip
pip install -U "cffi @ https://github.com/python-cffi/cffi/archive/refs/heads/main.zip"
- name: Install Build Dependencies
if: matrix.python-version != '3.13.0-alpha - 3.13.0'
Expand Down

0 comments on commit c413d56

Please sign in to comment.