@@ -143,7 +143,7 @@ jobs:
143143 enable-cache : true
144144
145145 - name : Prepare env
146- run : uv pip install --python=python --system - r tests/requirements.txt
146+ run : uv pip install --python=python -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 --system - r tests/requirements.txt
355+ run : uv pip install --python=python3 -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 --system - r tests/requirements.txt
399+ run : uv pip install --python=python3 -r tests/requirements.txt
400400
401401 - name : Configure
402402 run : cmake -S . -B build -DPYBIND11_CUDA_TESTS=ON -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
@@ -475,7 +475,7 @@ jobs:
475475 sudo apt-get install -y --no-install-recommends nvhpc-23-5 && \
476476 sudo rm -rf /var/lib/apt/lists/*
477477 python3 -m pip install --upgrade pip
478- python3 -m pip install --system - r tests/requirements.txt
478+ python3 -m pip install -r tests/requirements.txt
479479
480480 # On some systems, you many need further workarounds:
481481 # https://github.com/pybind/pybind11/pull/2475
@@ -530,7 +530,7 @@ jobs:
530530 enable-cache : true
531531
532532 - name : Prepare env
533- run : uv pip install --python=python3 --system - r tests/requirements.txt
533+ run : uv pip install --python=python3 -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 --system - r tests/requirements.txt
1019+ run : uv pip install --python=python -r tests/requirements.txt
10201020
10211021
10221022 - name : Configure C++11
0 commit comments