Skip to content

Commit

Permalink
Add missing run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoni5 committed Oct 10, 2023
1 parent 20ce4ac commit 89cc89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python -m site
python -m pip install -U pip setuptools wheel
python -m pip install -e ".[tests]"
coverage -m pytest
coverage run -m pytest
- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 89cc89f

Please sign in to comment.