Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Feb 20, 2024
1 parent cb38c23 commit 8f1f193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +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
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ authors = [{ name = "The NOMAD Authors" }]
license = { text = "Apache-2.0" }
dependencies = [
"nomad-lab>=1.2.0",
# "nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop",
"nomad-schema-plugin-run@git+https://github.com/nomad-coe/nomad-schema-plugin-run.git@develop",
]

Expand All @@ -27,11 +26,6 @@ dev = [
"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 = ["simulationworkflowschema/*.py", "tests/*.py"]
select = [
Expand Down

0 comments on commit 8f1f193

Please sign in to comment.