Remove -s flag from pytest CI
This commit is contained in:
parent
003134f420
commit
12f8a49fc5
|
@ -37,4 +37,4 @@ jobs:
|
||||||
run: ruff check .
|
run: ruff check .
|
||||||
|
|
||||||
- name: Run Pytest
|
- name: Run Pytest
|
||||||
run: pytest -s
|
run: pytest
|
||||||
|
|
Loading…
Reference in New Issue