Skip to content

Commit

Permalink
run nomad test again python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 29, 2024
1 parent 661985f commit 17a18b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 17a18b2

Please sign in to comment.