Skip to content

Commit

Permalink
Remove only-root
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Mar 9, 2024
1 parent deadad6 commit cf75d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# install root project
#------------------------
- name: Install library
run: poetry install --no-interaction --with dev,optional_io_formats,optional_plotting,tutorials,wbdata --only-root
run: poetry install --no-interaction --with dev,optional_io_formats,optional_plotting,tutorials,wbdata

- name: Test with pytest (including Matplotlib)
run: poetry run pytest tests --mpl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# install root project
#------------------------
- name: Install library
run: poetry install --no-interaction --with dev,optional_io_formats,optional_plotting,tutorials --only-root
run: poetry install --no-interaction --with dev,optional_io_formats,optional_plotting,tutorials

- name: Test with pytest
run: poetry run pytest tests

0 comments on commit cf75d2e

Please sign in to comment.