Skip to content

Commit

Permalink
Merge pull request #5 from nomad-coe/update
Browse files Browse the repository at this point in the history
Do not use nomad develop
  • Loading branch information
ladinesa authored Aug 21, 2024
2 parents c849c94 + 42ba604 commit 01523dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
pip install --upgrade pip
# we need the latest nomad version for testing
pip install nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop
# pip install nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop
pip install '.[dev,tests]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install coverage coveralls
- name: mypy
Expand Down

0 comments on commit 01523dd

Please sign in to comment.