We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad5b03d + 7b9b1db commit 08235f4Copy full SHA for 08235f4
2 files changed
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Fetch full git history
17
run: git fetch --prune --unshallow
18
- name: Set up Conda env
19
- uses: mamba-org/setup-micromamba@ab6bf8bf7403e8023a094abeec19d6753bdc143e
+ uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
20
with:
21
environment-file: environment.yml
22
cache-environment: true
.github/workflows/pre-commit.yml
@@ -21,7 +21,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
23
- name: Set up micromamba
24
25
- name: Add micromamba to GITHUB_PATH
26
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
27
- name: Install Python 3.10
0 commit comments