Skip to content

Commit

Permalink
Merge pull request #7 from nomad-coe/fix-install
Browse files Browse the repository at this point in the history
Fix install
  • Loading branch information
ladinesa authored Feb 2, 2024
2 parents 4483aa4 + 9b9e6c3 commit 7128a67
Show file tree
Hide file tree
Showing 20 changed files with 1,387,244 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/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,tests]
pip install --upgrade .[dev,tests]
- name: mypy
run: |
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional simulationworkflowschema tests
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ dev = [
]

tests = [
"electronicparsers@git+https://github.com/nomad-coe/electronic-parsers.git@develop",
"atomisticparsers@git+https://github.com/nomad-coe/atomistic-parsers.git@develop",
"workflowparsers@git+https://github.com/nomad-coe/workflow-parsers.git@master"
]

[tool.ruff]
Expand Down
Loading

0 comments on commit 7128a67

Please sign in to comment.