File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ jobs:
2121 python -m venv .venv
2222 source .venv/bin/activate
2323 uv pip install setuptools wheel
24- uv pip install --prefer-binary - U -r requirements.txt
24+ uv pip install -U -r requirements.txt
2525 - name : Build driver dependencies
2626 run : |
2727 source .venv/bin/activate
2828 cd extensions-doc-builder
2929 mkdir deps
3030
3131 echo "Install CTK and minor dependencies"
32- uv pip install --prefer-binary -- pre -U chaostoolkit-lib chaostoolkit
33- uv pip install --prefer-binary httplib2 uritemplate pytzdata
32+ uv pip install --pre -U chaostoolkit-lib chaostoolkit
33+ uv pip install httplib2 uritemplate pytzdata
3434
3535 echo "install all the dependencies for our drivers"
36- uv pip install --prefer-binary - U -r requirements-toolkit.txt
36+ uv pip install -U -r requirements-toolkit.txt
3737
3838 echo "download all the extensions package to get access to their README and source"
3939 uv pip download \
You can’t perform that action at this time.
0 commit comments