Skip to content

Commit bbdca9d

Browse files
authored
Merge pull request #12 from jeylau/fix_workflow
Install local dlclibrary in GitHub's workflow
2 parents f81f408 + 3e66d98 commit bbdca9d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install pytest
2929
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30+
pip install .
3031
3132
- name: Run pytest tests
3233
run: |

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
huggingface_hub==0.11.1
22
ruamel.yaml==0.17.21
3-
dlclibrary

0 commit comments

Comments
 (0)