Skip to content

Commit

Permalink
Make sure to install deps on osx when using ./dev/start
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophia Castellarin committed May 2, 2019
1 parent 27aab36 commit 3e357bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/start
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if ! [ -f "$devenv/conda-meta/history" ]; then
curl https://repo.anaconda.com/miniconda/Miniconda${pyver}-latest-MacOSX-x86_64.sh -o miniconda${pyver}.sh
fi
bash miniconda${pyver}.sh -bfp "$devenv"
"${_CONDA}" install -yq -p $devenv python=$pyver --file dev/test-requirements.txt -c defaults -c conda-forge
elif [ "$(uname)" = Linux ]; then
if [ ! -f miniconda${pyver}.sh ]; then
curl https://repo.anaconda.com/miniconda/Miniconda${pyver}-latest-Linux-x86_64.sh -o miniconda${pyver}.sh
Expand Down

0 comments on commit 3e357bf

Please sign in to comment.