Skip to content

Commit

Permalink
remove verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 authored and eerimoq committed Oct 31, 2023
1 parent bd683f0 commit 0ccd50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -vvvv .
python -m pip install .
- name: Test
run: |
python -m pytest -v --assert=plain ./tests

0 comments on commit 0ccd50e

Please sign in to comment.