Skip to content

Commit

Permalink
Try another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Feb 20, 2024
1 parent 773c9a2 commit cb38c23
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 @@ -12,8 +12,8 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
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 --force-reinstall nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop
# pip install --force-reinstall '.[tests]'
pip install coverage coveralls
- name: mypy
Expand Down

0 comments on commit cb38c23

Please sign in to comment.