Skip to content

Commit ca30a17

Browse files
committed
minor update on build command
1 parent 2c94d25 commit ca30a17

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ jobs:
7777
CFLAGS=-I${{ GEO_SRC_DIR }}/include
7878
LDFLAGS=-L${{ GEO_SRC_DIR }}/lib
7979
CIBW_TEST_COMMAND: >
80-
cd {project}
81-
pip install pytest
82-
python -m pytest --cov="mpl_toolkits.basemap"
83-
--cov-report=term --ignore=dist --ignore=build
80+
cd {project} &&
81+
pip install pytest pytest-cov &&
82+
python -m pytest --cov="mpl_toolkits.basemap" --cov-report=term --ignore=dist --ignore=build
8483
8584
run: |
8685
cd ${{ env.PKGDIR }}

0 commit comments

Comments
 (0)