From 2ce052240499af6b729adba9ed5f43b1007f72c8 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Sat, 18 Jan 2025 22:41:13 +0100 Subject: [PATCH] CI: fetch examples ahead of time --- .github/workflows/unittests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 2c9141c1..a615738e 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -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 \