We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31865bf commit 2fecaceCopy full SHA for 2fecace
.github/workflows/ci.yml
@@ -43,5 +43,7 @@ jobs:
43
- name: Run tests
44
env:
45
HF_TOKEN: ${{ secrets.HF_TOKEN }}
46
+ shell: bash -l {0}
47
run: |
- python -m pytest -q
48
+ conda activate lddata
49
+ python -m pytest -q
0 commit comments