Skip to content

Commit

Permalink
Trying to fix dependency issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed May 17, 2024
1 parent 8b414c0 commit 32bd937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Install dependencies
run: |
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 '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install coverage coveralls
- name: Test with pytest
run: |
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ maintainers = [
]
requires-python = ">=3.9"
dependencies = [
"nomad-lab>=1.2.2dev578",
"pytest",
"rdkit",
"openpyxl",
"lxml_html_clean"
Expand Down

0 comments on commit 32bd937

Please sign in to comment.