We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e695b8d commit f4ebaddCopy full SHA for f4ebadd
template/.github/workflows/autoupdate.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout branch
19
uses: actions/checkout@v4
20
- name: Set up Conda env
21
- uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a
+ uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
22
with:
23
environment-file: environment.yml
24
environment-name: check-env
template/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
ref: ${{ github.head_ref }}
environment-name: test-env
0 commit comments