Skip to content

Commit

Permalink
ci: Add regrid optional to be installed for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Apr 1, 2024
1 parent 0ce4b05 commit 8ada53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install dev tools
run: python -m pip install -r requirements-dev.txt
- name: Install echopype
run: python -m pip install -e ".[plot]"
run: python -m pip install -e ".[plot,regrid]"
- name: Print installed packages
run: python -m pip list
- name: Copying test data to services
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ matrix.python-version == '3.9' }}
run: python -m pip install pytest-github-actions-annotate-failures
- name: Install echopype
run: python -m pip install -e ".[plot]"
run: python -m pip install -e ".[plot,regrid]"
- name: Print installed packages
run: python -m pip list
- name: Copying test data to services
Expand Down

0 comments on commit 8ada53e

Please sign in to comment.