Skip to content

Commit f582792

Browse files
Install peft from main for CI tests with dev dependencies (#4250)
1 parent f853e09 commit f582792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
uv pip install -U git+https://github.com/huggingface/accelerate.git
130130
uv pip install -U git+https://github.com/huggingface/datasets.git
131131
uv pip install -U git+https://github.com/huggingface/transformers.git
132-
132+
uv pip install -U git+https://github.com/huggingface/peft.git
133133
134134
- name: Test with pytest
135135
run: |

0 commit comments

Comments
 (0)