Skip to content

Commit 165c515

Browse files
committed
fix path cov
1 parent 730f0f9 commit 165c515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
delocate-wheel -w {dest_dir} -v {wheel}
112112
113113
CIBW_TEST_COMMAND: >-
114-
cd {project}/basemap/packages/basemap &&
114+
cd {project} &&
115115
pip install pytest pytest-cov &&
116116
python -m pytest --cov="mpl_toolkits.basemap" --cov-report=term --ignore=dist --ignore=build
117117

0 commit comments

Comments
 (0)