diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1296c40..29c3165 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -41,6 +41,6 @@ jobs: run: | pytest tests/test_reader.py - name: Test Nomad Examples - if: "${{ matrix.python_version != '3.8' && matrix.python_version != '3.12'}}" + if: "${{ matrix.python_version != '3.8'}}" run: | pytest tests/test_nomad_examples.py