Skip to content

Commit 3ec088e

Browse files
committed
fix path cov
1 parent 165c515 commit 3ec088e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ jobs:
110110
cp ${{ env.GEO_DIR }}/lib/libgeos*.dylib {dest_dir}/.libs/ &&
111111
delocate-wheel -w {dest_dir} -v {wheel}
112112
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+
113117
CIBW_TEST_COMMAND: >-
114118
cd {project} &&
115119
pip install pytest pytest-cov &&

0 commit comments

Comments
 (0)