Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cahity authored Nov 29, 2024
1 parent 8123972 commit 42f3147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
pip install -r requirements.txt
- name: Unit tests
run: |
pytest -n auto -cov=vopy --cov-report=xml -ra
pytest -n auto --cov=vopy --cov-report=xml -ra
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 42f3147

Please sign in to comment.