@@ -143,7 +143,7 @@ jobs:
143
143
enable-cache : true
144
144
145
145
- 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
147
147
148
148
- name : Setup annotations on Linux
149
149
if : runner.os == 'Linux'
@@ -352,7 +352,7 @@ jobs:
352
352
enable-cache : true
353
353
354
354
- 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
356
356
357
357
- name : Configure
358
358
shell : bash
@@ -396,7 +396,7 @@ jobs:
396
396
enable-cache : true
397
397
398
398
- 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
400
400
401
401
- name : Configure
402
402
run : cmake -S . -B build -DPYBIND11_CUDA_TESTS=ON -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
@@ -475,7 +475,7 @@ jobs:
475
475
sudo apt-get install -y --no-install-recommends nvhpc-23-5 && \
476
476
sudo rm -rf /var/lib/apt/lists/*
477
477
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
479
479
480
480
# On some systems, you many need further workarounds:
481
481
# https://github.com/pybind/pybind11/pull/2475
@@ -530,7 +530,7 @@ jobs:
530
530
enable-cache : true
531
531
532
532
- 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
534
534
535
535
- name : Update CMake
536
536
@@ -1016,7 +1016,7 @@ jobs:
1016
1016
enable-cache : true
1017
1017
1018
1018
- 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
1020
1020
1021
1021
1022
1022
- name : Configure C++11
0 commit comments