File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105
105
uv pip install "cython<3.0" wheel
106
106
uv pip install "pyyaml==5.4" --no-build-isolation
107
107
# This script removes any line containing "error::FutureWarning" from pyproject.toml
108
+ uv pip install -r requirements/ci.txt
108
109
python .actions/assistant.py prune_pytest_as_errors
109
110
110
111
- name : Adjust PyTorch versions in requirements files
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104
104
uv pip install "cython<3.0" wheel
105
105
uv pip install "pyyaml==5.4" --no-build-isolation
106
106
# This script removes any line containing "error::FutureWarning" from pyproject.toml
107
+ uv pip install -r requirements/ci.txt
107
108
python .actions/assistant.py prune_pytest_as_errors
108
109
109
110
- name : Adjust PyTorch versions in requirements files
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ importlib-metadata <9.0.0
6
6
wget
7
7
pkginfo ==1.12.1.2
8
8
packaging <25.1
9
+ tomlkit
You can’t perform that action at this time.
0 commit comments