Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
hack to fix osx 3.5 issue, skip test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
riddell-stan committed Aug 27, 2018
1 parent 2b3eeee commit f841292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ function run_tests {
python -c "import sys; print('\n'.join(sys.path))"
python -c "import pystan"
pip install -r $SRC_DIR/requirements.txt
pip install -r $SRC_DIR/test-requirements.txt
# uncomment line after 2.18 released
# pip install -r $SRC_DIR/test-requirements.txt
if [ -n "$IS_OSX" ]; then
# bug affects certain combinations of numpy and scipy on os x
pip install -U numpy scipy
Expand Down

0 comments on commit f841292

Please sign in to comment.