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 165c515 commit 3ec088eCopy full SHA for 3ec088e
.github/workflows/build.yml
@@ -110,6 +110,10 @@ jobs:
110
cp ${{ env.GEO_DIR }}/lib/libgeos*.dylib {dest_dir}/.libs/ &&
111
delocate-wheel -w {dest_dir} -v {wheel}
112
113
+ CIBW_TEST_COMMAND_WINDOWS: >-
114
+ pip install pytest pytest-cov &&
115
+ python -m pytest "{project}\packages\basemap\tests" --cov="mpl_toolkits.basemap" --cov-report=term --ignore=dist --ignore=build
116
+
117
CIBW_TEST_COMMAND: >-
118
cd {project} &&
119
pip install pytest pytest-cov &&
0 commit comments