rules_conda icon indicating copy to clipboard operation
rules_conda copied to clipboard

Adds an example of using toolchains to resolve multiple environments.

Open jiawen opened this issue 3 years ago • 5 comments

jiawen avatar Nov 11 '21 00:11 jiawen

Related: #28.

Turns out we don't need platforms.

jiawen avatar Nov 11 '21 00:11 jiawen

@spietras Any idea what's going on with the Windows test? I haven't touched Anaconda on Windows in a long time but AFAICT, I'm not doing anything obviously wrong.

jiawen avatar Nov 11 '21 17:11 jiawen

@jiawen The first thing I would try is to increase the CACHE_NUMBER in the github workflow, to try to fix what looks like a corrupted cache maybe. Do you have a Windows workstation on hand to test with locally?

GabrielDougherty avatar Nov 11 '21 17:11 GabrielDougherty

@jiawen The first thing I would try is to increase the CACHE_NUMBER in the github workflow, to try to fix what looks like a corrupted cache maybe. Do you have a Windows workstation on hand to test with locally?

Surprisingly yes :). Let me give that a shot.

I know nothing about GitHub workflows - time to learn I guess. 🤷

jiawen avatar Nov 11 '21 18:11 jiawen

Yet another possibility might be because of the PATH issue as I forgot to actually set the CONDA_DLL_SEARCH_MODIFICATION_ENABLE variable in tests...

spietras avatar Nov 11 '21 23:11 spietras