Skip to content

Commit 3d1000d

Browse files
committed
Use CIBW_BEFORE_TEST to install data packages from their folders
1 parent e8f4a6e commit 3d1000d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
CIBW_BUILD_VERBOSITY: 1
129129
CIBW_SKIP: "*-musllinux_*"
130130
CIBW_BEFORE_ALL: "python {project}/.github/workflows/run_before_all.py"
131+
CIBW_BEFORE_TEST: "python -m pip install {project}/data/basemap_data {project}/data/basemap_data_hires"
131132
CIBW_TEST_EXTRAS: "test"
132133
CIBW_TEST_COMMAND: "python -m pytest {project}/test"
133134
CIBW_ENVIRONMENT: >-

0 commit comments

Comments
 (0)