Skip to content

Commit

Permalink
Change install action
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Feb 20, 2024
1 parent 1ef9f38 commit d7a6f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- name: Install dependencies
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 '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install --force-reinstall '.[tests]'
pip install coverage coveralls
- name: mypy
run: |
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ dev = [
"pytest-cov==2.7.1",
"ruff==0.1.4"
]
tests = [
# we need the latest nomad version for testing
"nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop"
]

[tool.ruff]
include = ["runschema/*.py", "tests/*.py"]

Expand Down

0 comments on commit d7a6f13

Please sign in to comment.