Skip to content

Commit 1245cd4

Browse files
committed
fix path
1 parent 3ec088e commit 1245cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
CIBW_TEST_COMMAND_WINDOWS: >-
114114
pip install pytest pytest-cov &&
115-
python -m pytest "{project}\packages\basemap\tests" --cov="mpl_toolkits.basemap" --cov-report=term --ignore=dist --ignore=build
115+
python -m pytest "{project}\tests" --cov="mpl_toolkits.basemap" --cov-report=term --ignore=dist --ignore=build
116116
117117
CIBW_TEST_COMMAND: >-
118118
cd {project} &&

0 commit comments

Comments
 (0)