Skip to content

Commit

Permalink
comment cache
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Nov 19, 2023
1 parent e3262a3 commit f41b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Dependencies
run: poetry install
if: steps.cache.outputs.cache-hit != 'true'
# if: steps.cache.outputs.cache-hit != 'true'

- 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
Expand Down

0 comments on commit f41b865

Please sign in to comment.