File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ jobs:
296
296
- name : Install AccessControl 3.13.0-alpha - 3.13.0
297
297
if : ${{ startsWith(matrix.python-version, '3.13.0-alpha - 3.13.0') }}
298
298
run : |
299
- pip install -U wheel setuptools
299
+ pip install -U wheel setuptools uv
300
300
# cffi will probably have no public release until a beta or even RC
301
301
# version of Python 3.13, see https://github.com/python-cffi/cffi/issues/23
302
302
echo 'cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58 ; platform_python_implementation == "CPython"' > cffi_constraint.txt
@@ -309,7 +309,7 @@ jobs:
309
309
unzip -n dist/AccessControl-*whl -d src
310
310
# Use "--pre" here because dependencies with support for this future
311
311
# Python release may only be available as pre-releases
312
- PIP_CONSTRAINT=$PWD/cffi_constraint.txt pip install --pre -U -e .[test]
312
+ PIP_CONSTRAINT=$PWD/cffi_constraint.txt uv pip install --pre -U -e .[test]
313
313
- name : Install AccessControl
314
314
if : ${{ !startsWith(matrix.python-version, '3.13.0-alpha - 3.13.0') }}
315
315
run : |
You can’t perform that action at this time.
0 commit comments