Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Revert "Downgrade conda-build"
Browse files Browse the repository at this point in the history
This reverts commit d17b151.
  • Loading branch information
sebp committed Feb 5, 2024
1 parent 8fcb1a0 commit bb3f422
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ fi
exit 1

#sudo "${CONDA}/bin/conda" update -q -n base conda && \
sudo "${CONDA}/bin/conda" install -q -n base anaconda-client 'conda-build<24' && \
sudo "${CONDA}/bin/conda" install -q -n base anaconda-client conda-build && \
sudo chown -R "${USER}" "${CONDA}" || \
exit 1

"${CONDA}/bin/conda" info --all
"${CONDA}/bin/conda" config --show

exit 0

0 comments on commit bb3f422

Please sign in to comment.