Skip to content

Commit

Permalink
fix: Workflows install dependencies according to pyproject definition
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Jan 10, 2024
1 parent 7cf3970 commit a903c86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:

- name: install gustaf
run: |
python3 -m pip install numpy scipy
pip install .
pip install .[test]
- name: prepare test and test
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ all = [
]
test = [
"pytest",
"funi",
"napf",
"funi>=0.0.1",
"napf>=0.0.5",
]

[tool.setuptools]
Expand Down

0 comments on commit a903c86

Please sign in to comment.