Skip to content

Commit 2fecace

Browse files
Fix CI Test failure
1 parent 31865bf commit 2fecace

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ jobs:
4343
- name: Run tests
4444
env:
4545
HF_TOKEN: ${{ secrets.HF_TOKEN }}
46+
shell: bash -l {0}
4647
run: |
47-
python -m pytest -q
48+
conda activate lddata
49+
python -m pytest -q

0 commit comments

Comments
 (0)