We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6378fe8 commit a712a02Copy full SHA for a712a02
.github/workflows/test_cylc.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Setup Mamba
25
if: ${{ matrix.micromamba_installed }} == true
26
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
27
28
- name: Setup Cylc
29
uses: ./
action.yml
@@ -22,7 +22,7 @@ runs:
22
# install micromamba if necessary
- name: Install Mamba
if: steps.check_mamba.outcome == 'failure'
with:
init-shell: bash
post-cleanup: 'all'
0 commit comments