Skip to content

Commit

Permalink
CI: fetch examples ahead of time
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jan 18, 2025
1 parent 6b7b13e commit 2ce0522
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
- name: install package
run: 'pip install . --no-deps'

- name: Download test files
run: |
python -c '
import libpysal
libpysal.examples.fetch_all()
'
- name: run tests
run: |
pytest tobler \
Expand Down

0 comments on commit 2ce0522

Please sign in to comment.