Skip to content

Commit

Permalink
Try fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Feb 20, 2024
1 parent 84f9c66 commit 31e9b8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ readme = "README.md"
authors = [{ name = "The NOMAD Authors" }]
license = { text = "Apache-2.0" }
dependencies = [
"nomad-lab>=1.2.0",
# "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 @@ -28,7 +29,7 @@ dev = [

tests = [
# we need the latest nomad version for testing
"nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop",
# "nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop",
]

[tool.ruff]
Expand Down

0 comments on commit 31e9b8a

Please sign in to comment.