Skip to content

Commit 4c897ed

Browse files
committed
Correct the syntax for the !contains statement (take 2)
1 parent 5a1a0cf commit 4c897ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pytest --cov=aiidalab_alc --cov-report xml:coverage.xml
3737

3838
- name: Run the test suite without coverage
39-
if: ! contains(matrix.python-version, '3.12')
39+
if: ${{ !contains(matrix.python-version, '3.12') }}
4040
run: pytest
4141

4242
- name: Report coverage to Coveralls

0 commit comments

Comments
 (0)