Skip to content

Use standalone conda.exe #29011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TomAugspurger opened this issue Oct 15, 2019 · 1 comment
Closed

Use standalone conda.exe #29011

TomAugspurger opened this issue Oct 15, 2019 · 1 comment
Labels
CI Continuous Integration Closing Candidate May be closeable, needs more eyeballs

Comments

@TomAugspurger
Copy link
Contributor

We might want to start using conda's standalone exes at https://repo.anaconda.com/pkgs/misc/conda-execs/, as an alternative to downloading and running miniconda.sh and creating a base environment that's otherwise unused.

See https://github.com/conda/conda-prefix-replacement/blob/master/.travis.yml#L9-L14

In theory, we just need to download the right exe for the platform, make it executable, and conda.exe env create -f ...

This may be blocked by #28842, since Anaconda doesn't provide 32-bit Linux standalone exes.

@TomAugspurger TomAugspurger added the CI Continuous Integration label Oct 15, 2019
@fangchenli
Copy link
Member

The setup script is outdated since all the CIs we are using all have some kind of miniconda integration. Azure has miniconda installed by default now, so we actually don't need to install it every time. And we are using conda-incubator in GitHub actions.

@fangchenli fangchenli added the Closing Candidate May be closeable, needs more eyeballs label Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Closing Candidate May be closeable, needs more eyeballs
Projects
None yet
Development

No branches or pull requests

3 participants