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 9ad5194 commit f697c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
run: |
pip install --upgrade pip
pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install --force-reinstall '.[tests]'
pip install --force-reinstall nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop
pip install --no-deps .
pip install coverage coveralls
- name: mypy
run: |
Expand Down

0 comments on commit f697c6d

Please sign in to comment.