We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b01fec4 + 7af2232 commit 7eb9b2aCopy full SHA for 7eb9b2a
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@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29
+ uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
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