Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 22, 2024
1 parent bdb9d05 commit cbcb76a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install '.[dev,nomad_infrastructure]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install coverage coveralls
pip install types-PyYAML
# we need the latest nomad version for testing
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ dev = [
'typing-extensions==4.4.0',
'ruff==0.1.8'
]
# these are extra deps for nomad infra as a result of using nomad.search
nomad_infrastructure = [
"mongoengine>=0.20'",
]

[tool.ruff]
include = ["electronicparsers/*.py", "tests/*.py"]
Expand Down

0 comments on commit cbcb76a

Please sign in to comment.