We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82554fb commit 07d0b0aCopy full SHA for 07d0b0a
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
run: pip install --upgrade pyarrow huggingface-hub
69
- name: Install depencencies (minimum versions)
70
if: ${{ matrix.deps_versions != 'latest' }}
71
- run: pip install pyarrow==6.0.1 huggingface-hub==0.2.0
+ run: pip install pyarrow==6.0.1 huggingface-hub==0.2.0 transformers
72
- name: Test with pytest
73
run: |
74
python -m pytest -rfExX -m ${{ matrix.test }} -n 2 --dist loadfile -sv ./tests/
0 commit comments