Skip to content

Commit da1faa7

Browse files
committed
typo
1 parent c9c729a commit da1faa7

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
@@ -69,7 +69,7 @@ jobs:
6969
LD_LIBRARY_PATH=/project/extern/lib
7070
SETUPTOOLS_USE_DISTUTILS=stdlib
7171
CIBW_TEST_COMMAND: >
72-
cd project
72+
cd {project}
7373
pip install pytest
7474
python -m pytest --cov="mpl_toolkits.basemap"
7575
--cov-report=term --ignore=dist --ignore=build

0 commit comments

Comments
 (0)