Skip to content

Commit

Permalink
update build and test reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Apr 14, 2022
1 parent f3d9c52 commit b135069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swmm-toolkit/test-requirements.txt
Expand Up @@ -2,5 +2,5 @@


pytest==6.1.1
numpy==1.19.5
numpy==1.21.5
aenum==2.2.6
2 changes: 1 addition & 1 deletion swmm-toolkit/tools/build-wheels.sh
Expand Up @@ -52,7 +52,7 @@ done


# Install packages and test
for PYBIN in /opt/python/cp{36,37,38,39,310}*/bin; do
for PYBIN in /opt/python/cp{37,38,39,310}*/bin; do
# Setup python virtual environment for test
${PYBIN}/python -m venv --clear ./test-env
source ./test-env/bin/activate
Expand Down

0 comments on commit b135069

Please sign in to comment.