Skip to content

Commit 356c525

Browse files
committed
remove deps that are not needed.
1 parent 3628c7b commit 356c525

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ jobs:
372372
run: |
373373
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
374374
python -m uv pip install -e [quality,test]
375-
python -m uv pip install peft@git+https://github.com/huggingface/peft.git
376-
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
377375
python -m uv pip install -U ${{ matrix.config.backend }}
378376
python -m uv pip install pytest-reportlog
379377
- name: Environment

0 commit comments

Comments
 (0)