We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f4a6e commit 3d1000dCopy full SHA for 3d1000d
.github/workflows/build.yml
@@ -128,6 +128,7 @@ jobs:
128
CIBW_BUILD_VERBOSITY: 1
129
CIBW_SKIP: "*-musllinux_*"
130
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"
132
CIBW_TEST_EXTRAS: "test"
133
CIBW_TEST_COMMAND: "python -m pytest {project}/test"
134
CIBW_ENVIRONMENT: >-
0 commit comments