File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 enable-cache : true
144144
145145 - name : Prepare env
146- run : uv pip install --python=python -r tests/requirements.txt
146+ run : uv pip install --python=python --system - r tests/requirements.txt
147147
148148 - name : Setup annotations on Linux
149149 if : runner.os == 'Linux'
@@ -352,7 +352,7 @@ jobs:
352352 enable-cache : true
353353
354354 - name : Prepare env
355- run : uv pip install --python=python3 -r tests/requirements.txt
355+ run : uv pip install --python=python3 --system - r tests/requirements.txt
356356
357357 - name : Configure
358358 shell : bash
@@ -396,7 +396,7 @@ jobs:
396396 enable-cache : true
397397
398398 - name : Prepare env
399- run : uv pip install --python=python3 -r tests/requirements.txt
399+ run : uv pip install --python=python3 --system - r tests/requirements.txt
400400
401401 - name : Configure
402402 run : cmake -S . -B build -DPYBIND11_CUDA_TESTS=ON -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
@@ -530,7 +530,7 @@ jobs:
530530 enable-cache : true
531531
532532 - name : Prepare env
533- run : uv pip install --python=python3 -r tests/requirements.txt
533+ run : uv pip install --python=python3 --system - r tests/requirements.txt
534534
535535 - name : Update CMake
536536 uses : jwlawson/actions-setup-cmake@v2.0
@@ -1016,7 +1016,7 @@ jobs:
10161016 enable-cache : true
10171017
10181018 - name : Prepare env
1019- run : uv pip install --python=python -r tests/requirements.txt
1019+ run : uv pip install --python=python --system - r tests/requirements.txt
10201020
10211021
10221022 - name : Configure C++11
You can’t perform that action at this time.
0 commit comments