We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1a0cf commit 4c897edCopy full SHA for 4c897ed
1 file changed
.github/workflows/ci-testing.yml
@@ -36,7 +36,7 @@ jobs:
36
run: pytest --cov=aiidalab_alc --cov-report xml:coverage.xml
37
38
- name: Run the test suite without coverage
39
- if: ! contains(matrix.python-version, '3.12')
+ if: ${{ !contains(matrix.python-version, '3.12') }}
40
run: pytest
41
42
- name: Report coverage to Coveralls
0 commit comments