Skip to content

Commit 2ce0522

Browse files
committed
CI: fetch examples ahead of time
1 parent 6b7b13e commit 2ce0522

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/unittests.yml

+8
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
- name: install package
6767
run: 'pip install . --no-deps'
6868

69+
- name: Download test files
70+
run: |
71+
python -c '
72+
import libpysal
73+
74+
libpysal.examples.fetch_all()
75+
'
76+
6977
- name: run tests
7078
run: |
7179
pytest tobler \

0 commit comments

Comments
 (0)