diff --git a/.github/workflows/ci-python-test.yml b/.github/workflows/ci-python-test.yml index 4a663f8..9a502a3 100644 --- a/.github/workflows/ci-python-test.yml +++ b/.github/workflows/ci-python-test.yml @@ -45,4 +45,4 @@ jobs: # Step: Run tests with Pytest - name: run-tests run: | - $CONDA/bin/pytest + $CONDA/bin/pytest -vv