Skip to content

Commit 3075a93

Browse files
author
Jeff Whitaker
committed
install pytest in run_test
1 parent f4090ba commit 3075a93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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="pytest $NP_DEP"
114+
TEST_DEPENDS="$NP_DEP"
115115
source multibuild/common_utils.sh
116116
source multibuild/travis_steps.sh
117117
echo "------- BEFORE INSTALL --------"

config.sh

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

0 commit comments

Comments
 (0)