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 f4090ba commit 3075a93Copy full SHA for 3075a93
.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="pytest $NP_DEP"
+ TEST_DEPENDS="$NP_DEP"
115
source multibuild/common_utils.sh
116
source multibuild/travis_steps.sh
117
echo "------- BEFORE INSTALL --------"
config.sh
@@ -3,5 +3,6 @@
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