Skip to content

Commit

Permalink
fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Nov 4, 2024
1 parent f2a796d commit 2d7290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opgee-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
conda env update -n opgee -f $opgee_env_yml
pip install -e .
pip install pytest-cov codecov coveralls PyYAML
if: steps.pip-cache.outputs.cache-hit != 'true' || steps.opgee-env-cache.cache-hit != 'true'
if: steps.pip-cache.outputs.cache-hit != 'true' || steps.opgee-env-cache.outputs.cache-hit != 'true'
- name: Run unit tests with coverage
run: coverage run --source=opgee -m pytest

0 comments on commit 2d7290f

Please sign in to comment.