Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Mar 1, 2024
1 parent 05e3fea commit 309c269
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 @@ -300,7 +300,7 @@ jobs:
uv venv
# cffi will probably have no public release until a beta or even RC
# version of Python 3.13, see https://github.com/python-cffi/cffi/issues/23
uv pip install git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58#cffi
uv pip install "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58"
# coverage has a wheel on PyPI for a future python version which is
# not ABI compatible with the current one, so build it from sdist:
uv pip install -U --no-binary :all: coverage
Expand Down

0 comments on commit 309c269

Please sign in to comment.