Skip to content

Commit bf0f738

Browse files
committed
debugging
1 parent 59d48c9 commit bf0f738

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)