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:
106106 uv pip install "pyyaml==5.4" --no-build-isolation
107107 # This script removes any line containing "error::FutureWarning" from pyproject.toml
108108 uv pip install -r requirements/ci.txt
109+ uv pip list # debugging
109110 python .actions/assistant.py prune_pytest_as_errors
110111
111112 - name : Adjust PyTorch versions in requirements files
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105105 uv pip install "pyyaml==5.4" --no-build-isolation
106106 # This script removes any line containing "error::FutureWarning" from pyproject.toml
107107 uv pip install -r requirements/ci.txt
108+ uv pip list # debugging
108109 python .actions/assistant.py prune_pytest_as_errors
109110
110111 - name : Adjust PyTorch versions in requirements files
You can’t perform that action at this time.
0 commit comments