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 7ccb228 commit 483e047Copy full SHA for 483e047
.github/workflows/main.yml
@@ -36,17 +36,17 @@ jobs:
36
steps:
37
- uses: actions/checkout@v3
38
39
- - name: mamba update all
40
- shell: bash -l {0}
41
- run: |
42
- $HOME/micromamba-bin/micromamb update --all
43
-
44
- name: install mamba
45
uses: mamba-org/provision-with-micromamba@main
46
with:
47
environment-file: environment-dev.yml
48
environment-name: xeus-cpp
49
+ - name: mamba update all
+ shell: bash -l {0}
+ run: |
+ $HOME/micromamba-bin/micromamba update --all
+
50
- name: install cxx compiler
51
shell: bash -l {0}
52
run: |
0 commit comments