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 3075a93 commit c162301Copy full SHA for c162301
.github/workflows/build-wheels.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: Build and Install Wheels
112
run: |
113
BUILD_DEPENDS="cython $NP_DEP"
114
- TEST_DEPENDS="$NP_DEP"
+ TEST_DEPENDS="pytest pytest-cov $NP_DEP"
115
source multibuild/common_utils.sh
116
source multibuild/travis_steps.sh
117
echo "------- BEFORE INSTALL --------"
config.sh
@@ -3,6 +3,5 @@
3
function run_tests {
4
# Runs tests on installed distribution from an empty directory
5
python --version
6
- pip install pytest pytest-cov
7
pytest -v ../cftime/test/test_cftime.py
8
}
0 commit comments