Skip to content

Commit

Permalink
Revert unwanted commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 22, 2024
1 parent 3220da0 commit 15a8ae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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,nomad_infrastructure]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
# we need the latest nomad version for testing
# pip install nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop
pip install coverage coveralls
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ 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 = ["atomisticparsers/*.py", "tests/*.py"]
Expand Down

0 comments on commit 15a8ae5

Please sign in to comment.