Skip to content

Commit

Permalink
Merge pull request #468 from bourque/fix-pip-asteval-issues
Browse files Browse the repository at this point in the history
Fix pip & asteval env issues
  • Loading branch information
bourque authored Feb 22, 2021
2 parents 0583377 + f904af8 commit 83f8063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/setup_conda_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
echo "Creating base conda environment for Python $PYTHON_VERSION"
conda create --yes --prefix /home/travis/envs python=$PYTHON_VERSION
conda activate /home/travis/envs
conda install sphinx numpy flask

echo "Creating ExoCTK conda environment for Python $PYTHON_VERSION"
conda env update -f "env/environment-${PYTHON_VERSION}.yml" || exit 1
Expand Down

0 comments on commit 83f8063

Please sign in to comment.