We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7291dfc commit ae89b54Copy full SHA for ae89b54
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Run tests
115
run: |
116
- pytest -vx --cov=forcebalance --cov-config=setup.cfg --durations=0 --cov-report=xml -k "not TestEvaluatorBromineStudy" src/tests/
+ pytest -vx --cov=forcebalance --cov-config=setup.cfg --durations=0 --cov-report=xml -k "not TestEvaluatorBromineStudy" -k continue src/tests/
117
118
- name: Run water study
119
0 commit comments