We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c94d25 commit ca30a17Copy full SHA for ca30a17
.github/workflows/build.yml
@@ -77,10 +77,9 @@ jobs:
77
CFLAGS=-I${{ GEO_SRC_DIR }}/include
78
LDFLAGS=-L${{ GEO_SRC_DIR }}/lib
79
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
+ cd {project} &&
+ pip install pytest pytest-cov &&
+ python -m pytest --cov="mpl_toolkits.basemap" --cov-report=term --ignore=dist --ignore=build
84
85
run: |
86
cd ${{ env.PKGDIR }}
0 commit comments