Skip to content

Commit

Permalink
skip pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen committed Dec 29, 2018
1 parent d960b1a commit da0aff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/create_testenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ if [ "$PYSTAN_VERSION" = "latest" ]; then
pip --no-cache-dir install pystan
else
if [ "$PYSTAN_VERSION" = "preview" ]; then
# try to skip other pre-releases than pystan
pip --no-cache-dir install numpy uvloop marshmallow PyYAML
pip --no-cache-dir install --pre pystan
else
pip --no-cache-dir install pystan==${PYSTAN_VERSION}
Expand Down

0 comments on commit da0aff3

Please sign in to comment.