Skip to content

Commit 0277a61

Browse files
authored
Disable micromamba download in workflow
1 parent ee30a7c commit 0277a61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: mamba-org/setup-micromamba@v2
9999
with:
100100
environment-file: environment.yml
101-
cache-environment: true
101+
download-micromamba: false
102102

103103
- name: Install CUDA kernel
104104
run: |

0 commit comments

Comments
 (0)