File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
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
108
uv pip install -r requirements/ci.txt
109
+ uv pip list # debugging
109
110
python .actions/assistant.py prune_pytest_as_errors
110
111
111
112
- name : Adjust PyTorch versions in requirements files
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
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
107
uv pip install -r requirements/ci.txt
108
+ uv pip list # debugging
108
109
python .actions/assistant.py prune_pytest_as_errors
109
110
110
111
- name : Adjust PyTorch versions in requirements files
You can’t perform that action at this time.
0 commit comments