Skip to content

Commit

Permalink
typo fix in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 29, 2024
1 parent d822cc5 commit 8175be8
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 @@ -34,7 +34,7 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv pip install coverage coveralls
- name: Install nomad
if: "${{ matrix.python_version != '3.8'}"
if: "${{ matrix.python_version != '3.8'}}"
run: |
uv pip install nomad-lab[infrastructure]@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
- name: Install package
Expand Down

0 comments on commit 8175be8

Please sign in to comment.