We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630c9d6 commit 6dfeaf8Copy full SHA for 6dfeaf8
.github/workflows/pytest.yml
@@ -40,10 +40,11 @@ jobs:
40
41
- name: Install Conda environment with Micromamba
42
if: matrix.environment-type == 'conda'
43
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
44
with:
45
environment-file: ${{ env.REQUIREMENTS }}
46
- cache-downloads: true
+ cache-downloads: false
47
+ cache-environment: false
48
create-args: >-
49
python=${{ matrix.python-version }}
50
condarc: |
0 commit comments