Skip to content

Commit

Permalink
Remove nomad-lab from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschoeppach committed Oct 16, 2024
1 parent 49e080a commit 9ce861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install coverage coveralls
- name: Test with pytest
Expand Down

0 comments on commit 9ce861a

Please sign in to comment.