Skip to content

Commit

Permalink
travis: correctly constrain version
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Dec 4, 2020
1 parent 1baa309 commit 3ad6340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
- conda activate pypsa-eur

# install open-source solver
- mamba install -c conda-forge glpk ipopt<3.13.3
- mamba install -c conda-forge glpk ipopt'<3.13.3'

# list packages for easier debugging
- conda list
Expand Down

0 comments on commit 3ad6340

Please sign in to comment.