Commit 7af2232 1 parent b01fec4 commit 7af2232 Copy full SHA for 7af2232
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
- name : Fetch full git history
17
17
run : git fetch --prune --unshallow
18
18
- name : Set up Conda env
19
- uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29
19
+ uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
20
20
with :
21
21
environment-file : environment.yml
22
22
cache-environment : true
Original file line number Diff line number Diff line change 21
21
- name : Checkout branch
22
22
uses : actions/checkout@v4
23
23
- name : Set up micromamba
24
- uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29
24
+ uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
25
25
- name : Add micromamba to GITHUB_PATH
26
26
run : echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
27
27
- name : Install Python 3.10
You can’t perform that action at this time.
0 commit comments