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.
2 parents f81f408 + 3e66d98 commit bbdca9dCopy full SHA for bbdca9d
.github/workflows/test_package.yml
@@ -27,6 +27,7 @@ jobs:
27
python -m pip install --upgrade pip
28
pip install pytest
29
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
+ pip install .
31
32
- name: Run pytest tests
33
run: |
requirements.txt
@@ -1,3 +1,2 @@
1
huggingface_hub==0.11.1
2
ruamel.yaml==0.17.21
3
-dlclibrary
0 commit comments