Skip to content

Commit

Permalink
Update miniconda path
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Mar 21, 2023
1 parent 74dcc7b commit 2156cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aliases:
else
curl -L https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o miniconda.sh
fi
bash miniconda.sh -b -p $WORKDIR
bash miniconda.sh -b -p $WORKDIR/miniconda
- &conda_rerender
name: conda_rerender
Expand Down

0 comments on commit 2156cb3

Please sign in to comment.