Skip to content

Commit d3ccac0

Browse files
.
1 parent 845d72f commit d3ccac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646

4747
# - run: python -c "import pystrometry; print('Version ' + pystrometry.__version__); print('Path ' + pystrometry.__path__[0])"
4848

49-
- run: pytest --durations=0 -vs -o log_cli=true pystrometry/tests
50-
- run: pytest --durations=0 -vs -o log_cli=true pystrometry/utils/tests
49+
- run: pytest --durations=0 -vs -o log_cli=true --log-level=INFO pystrometry/tests
50+
- run: pytest --durations=0 -vs -o log_cli=true --log-level=INFO pystrometry/utils/tests

0 commit comments

Comments
 (0)