Skip to content

Commit

Permalink
Be verbosy
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Feb 28, 2022
1 parent 4c25cfc commit f3d9e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt-get -qqy update
sudo apt-get -qqy install yorick
python -m pip install --upgrade pip wheel
python -m pip install .[test]
python -m pip install .[test] -v
- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit f3d9e0f

Please sign in to comment.