Skip to content

Commit

Permalink
Merge pull request #691 from ivyraine/d070523_ci_fix
Browse files Browse the repository at this point in the history
Remove deprecated `conda clean` flag `-s` from circleCI
  • Loading branch information
bytewife committed Jul 6, 2023
2 parents 9da8ea8 + c698b9a commit d70c0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -9,7 +9,7 @@ variables:
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
/usr/bin/bash ~/miniconda.sh -b && \
rm ~/miniconda.sh && \
~/miniconda3/bin/conda clean -tipsy && \
~/miniconda3/bin/conda clean -tipy && \
sudo ln -s ~/miniconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
echo ". ~/miniconda3/etc/profile.d/conda.sh" >> $BASH_ENV && \
echo "conda activate base" >> $BASH_ENV
Expand Down

0 comments on commit d70c0fb

Please sign in to comment.