Skip to content

Commit 0d6ed87

Browse files
committed
Fix transformers install, r1
1 parent 4220bf3 commit 0d6ed87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Install transformers
207207
if: inputs.env_manager != 'base'
208-
run:
208+
run: |
209209
git clone --recursive https://github.com/huggingface/transformers
210210
cd transformers
211211
git checkout ${{ env.TRANSFORMERS_VERSION }}

0 commit comments

Comments
 (0)