Skip to content

Commit

Permalink
[MNT] remove verbose flag on windows CI (#4761)
Browse files Browse the repository at this point in the history
This removes a forgotten "verbose" flag from the windows CI that was
added for diagnostic of the sporadic failures.
  • Loading branch information
fkiraly committed Jun 25, 2023
1 parent 826b228 commit bd573ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -196,7 +196,7 @@ jobs:
mkdir -p testdir/
cp .coveragerc testdir/
cp setup.cfg testdir/
python -m pytest -v
python -m pytest
- name: Publish code coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit bd573ff

Please sign in to comment.