Skip to content

Commit 07d0b0a

Browse files
committed
fix ci
1 parent 82554fb commit 07d0b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: pip install --upgrade pyarrow huggingface-hub
6969
- name: Install depencencies (minimum versions)
7070
if: ${{ matrix.deps_versions != 'latest' }}
71-
run: pip install pyarrow==6.0.1 huggingface-hub==0.2.0
71+
run: pip install pyarrow==6.0.1 huggingface-hub==0.2.0 transformers
7272
- name: Test with pytest
7373
run: |
7474
python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/

0 commit comments

Comments
 (0)