Skip to content

Commit 48676b7

Browse files
committed
unknwon flag
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 790d5f5 commit 48676b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)