Skip to content

Commit c162301

Browse files
author
Jeff Whitaker
committed
update
1 parent 3075a93 commit c162301

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build and Install Wheels
112112
run: |
113113
BUILD_DEPENDS="cython $NP_DEP"
114-
TEST_DEPENDS="$NP_DEP"
114+
TEST_DEPENDS="pytest pytest-cov $NP_DEP"
115115
source multibuild/common_utils.sh
116116
source multibuild/travis_steps.sh
117117
echo "------- BEFORE INSTALL --------"

config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
function run_tests {
44
# Runs tests on installed distribution from an empty directory
55
python --version
6-
pip install pytest pytest-cov
76
pytest -v ../cftime/test/test_cftime.py
87
}

0 commit comments

Comments
 (0)