File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 echo "CONDA_ENV_FILE=ci/environment.yaml" >> $GITHUB_ENV
3535 echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
3636 - name : Create conda environment
37- uses : mamba-org/setup-micromamba@v2
37+ uses : mamba-org/setup-micromamba@v3
3838 with :
3939 cache-downloads : true
4040 cache-downloads-key : " ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}"
Original file line number Diff line number Diff line change 3030 echo "CONDA_ENV_FILE=ci/environment.yaml" >> $GITHUB_ENV
3131 echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
3232 - name : Create conda environment
33- uses : mamba-org/setup-micromamba@v2
33+ uses : mamba-org/setup-micromamba@v3
3434 with :
3535 cache-downloads : true
3636 cache-downloads-key : " ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}"
You can’t perform that action at this time.
0 commit comments