Skip to content

Commit

Permalink
remove verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 27, 2023
1 parent 210ebe0 commit c184faa
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 c184faa

Please sign in to comment.