Skip to content

Commit

Permalink
Remove direct dependency from pyptoject.toml (gets rejected by pypi o…
Browse files Browse the repository at this point in the history
…n upload)
  • Loading branch information
PhilippRue committed Nov 21, 2024
1 parent 4128ab0 commit 9e53278
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
- name: Install aiida-kkr
run: |
pip install ${{ matrix.aiida.version }} ${{ matrix.masci-tools.version }}
pip install git+https://github.com/PhilippRue/aiida-test-cache.git@change_aiida-core_version
pip install .[testing]
pip install reentry
reentry scan
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
- name: Install aiida-kkr
run: |
pip install ${{ matrix.aiida.version }} ${{ matrix.masci-tools.version }}
pip install git+https://github.com/PhilippRue/aiida-test-cache.git@change_aiida-core_version
pip install .[testing]
pip install reentry
reentry scan
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ testing = [
"pytest-mpl >= 0.10",
"pytest-timeout >= 1.3.3",
"pytest-regressions >= 1.0",
"MarkupSafe < 3.1.0",
"aiida-test-cache @ git+https://github.com/PhilippRue/aiida-test-cache.git@change_aiida-core_version"
"MarkupSafe < 3.1.0"
]
docs = [
"Sphinx >= 1.8.2",
Expand Down

0 comments on commit 9e53278

Please sign in to comment.