provision-with-micromamba
provision-with-micromamba copied to clipboard
[DEPRECATED] Use setup-micromamba instead
Currently I need to activate the conda environment by hand on the `cmd` shell. Here are my instructions ```yaml strategy: fail-fast: false matrix: runs-on: [windows-latest] name: ${{ matrix.runs-on }} •...
I'm experiencing unexpected and undocumented behavior with caching. In the post install mamba step, micromamba-bin is being cached automatically with a key that is not configurable. This creates cache bloat...
xref https://github.com/mamba-org/provision-with-micromamba/issues/80
Would be nice to be able to specify pip deps in `extra-specs`. Maybe we can allow YAML syntax in `extra-specs` as discussed before: ```yml extra-specs: - foo >= 1 -...
Reproducer for #39