Skip to content

Commit 95de198

Browse files
authored
add: pytest log installation (huggingface#7313)
1 parent 0b45b58 commit 95de198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
python -m uv pip install -e [quality,test]
6666
python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers
6767
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate
68+
python -m uv pip install pytest-reportlog
6869
6970
- name: Environment
7071
run: |
@@ -150,6 +151,7 @@ jobs:
150151
${CONDA_RUN} python -m uv pip install -e [quality,test]
151152
${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
152153
${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate
154+
${CONDA_RUN} python -m uv pip install pytest-reportlog
153155
154156
- name: Environment
155157
shell: arch -arch arm64 bash {0}

0 commit comments

Comments
 (0)