Skip to content

Commit 18c2ca2

Browse files
Update ci.yml
1 parent 030e8d7 commit 18c2ca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
run: |
3838
python -m pip install --upgrade pip
3939
python -m pip install -e .
40+
python -m pip install pytest
4041
4142
- name: Run tests
4243
env:
4344
HF_TOKEN: ${{ secrets.HF_TOKEN }}
4445
run: |
45-
pytest
46+
python -m pytest -q

0 commit comments

Comments
 (0)