Skip to content

Commit 483e047

Browse files
committed
Update main.yml
1 parent 7ccb228 commit 483e047

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v3
3838

39-
- name: mamba update all
40-
shell: bash -l {0}
41-
run: |
42-
$HOME/micromamba-bin/micromamb update --all
43-
4439
- name: install mamba
4540
uses: mamba-org/provision-with-micromamba@main
4641
with:
4742
environment-file: environment-dev.yml
4843
environment-name: xeus-cpp
4944

45+
- name: mamba update all
46+
shell: bash -l {0}
47+
run: |
48+
$HOME/micromamba-bin/micromamba update --all
49+
5050
- name: install cxx compiler
5151
shell: bash -l {0}
5252
run: |

0 commit comments

Comments
 (0)