Skip to content

Commit

Permalink
Remove clobbering pip packages from Travis shared/python job
Browse files Browse the repository at this point in the history
Non-pinned packages were overwriting the pinned packages and leading
to non-working version combinations on Travis
  • Loading branch information
ZedThree committed Oct 23, 2019
1 parent 534da5d commit 11dc146
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ matrix:
- *default_env
- CONFIGURE_OPTIONS='--enable-shared --with-petsc --with-slepc'
- SCRIPT_FLAGS="-uim -t python -t shared"
- PIP_PACKAGES='netcdf4 cython'
- env:
- *default_env
- CONFIGURE_OPTIONS='--enable-openmp --with-petsc --with-slepc'
Expand Down

0 comments on commit 11dc146

Please sign in to comment.