File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments