Skip to content

Commit

Permalink
allow nomad test for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 29, 2024
1 parent 6199d7f commit 8f55e64
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 @@ -30,7 +30,7 @@ jobs:
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install nomad
if: "${{ matrix.python_version != '3.8' && matrix.python_version != '3.12'}}"
if: "${{ matrix.python_version != '3.8'}"
run: |
uv pip install nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
- name: Install package
Expand Down

0 comments on commit 8f55e64

Please sign in to comment.