Skip to content

Commit

Permalink
gis and additional domain files touch up
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Jul 1, 2024
1 parent 5015376 commit 67f2275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ jobs:
run: |
python pywatershed/utils/gis_files.py
- name: Get additional domain files for notebooks
run: |
python pywatershed/utils/addtl_domain_files.py
- name: domainless - run tests no requiring domain data
working-directory: autotest
run: pytest -m domainless -n=auto -vv
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
compiler: gcc
version: 11

- name: Get GIS files for tests
run: |
python pywatershed/utils/gis_files.py
- name: Get additional domain files for notebooks
run: |
python pywatershed/utils/addtl_domain_files.py
Expand Down Expand Up @@ -80,6 +76,10 @@ jobs:
run: |
python -c "import pywatershed"
- name: Get GIS files for tests
run: |
python pywatershed/utils/gis_files.py
- name: Run tests
working-directory: autotest_exs
run: |
Expand Down

0 comments on commit 67f2275

Please sign in to comment.