Skip to content

Commit

Permalink
Add nomad to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Nov 27, 2023
1 parent ffd93bc commit 6cbb3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/python-actions.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
name: python
name: test

on: [push]

jobs:
build:
install-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Check out nomad
uses: actions/checkout@v3
with:
repository: nomad-coe/nomad
path: nomad
submodules: true
- name: Install dependencies
run: |
pip install --upgrade pip
pip install .[dev]
pip install ./nomad[parsing,infrastructure]
- name: mypy
run: |
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional *parsers tests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
authors = [{ name = "The NOMAD Authors" }]
license = { file = "LICENSE" }
dependencies = [
# "nomad-lab[infrastrucutre]",
'nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git#egg=develop',
'lxml==4.7.1',
'MDAnalysis',
'panedr==0.2',
Expand Down

0 comments on commit 6cbb3a7

Please sign in to comment.