Skip to content

Commit

Permalink
Entry point (#121)
Browse files Browse the repository at this point in the history
* Add entry point

* Ruff format

* Update nomad-lab

* Add missing nomad deps

* Revert unwanted commit

* Disable failing test

* Update dep

* Move specs to entry point

* Fix metainfo issue in h5md

* Add other parser specs

* Correct parser name

* Fix init

* Revert

* Remove imports

* Add aliases
  • Loading branch information
ladinesa authored Sep 2, 2024
1 parent 37a86dd commit cedaf41
Show file tree
Hide file tree
Showing 57 changed files with 3,915 additions and 3,314 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pip install --upgrade pip
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 nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop
pip install coverage coveralls
- name: mypy
run: |
Expand Down
Loading

0 comments on commit cedaf41

Please sign in to comment.