diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4391fb9f0..aab90835a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,10 @@ jobs: run: poetry install if: steps.cache.outputs.cache-hit != 'true' + - name: list env contents + run: | + pip list + - name: Test with pytest run: poetry run pytest --cov . --cov-report xml:coverage-reports/coverage-hydrolib-core.xml --junitxml=xunit-reports/xunit-result-hydrolib-core.xml