From 2fe5cd822f7301e8ac192dd4a4b77b14555a10a9 Mon Sep 17 00:00:00 2001 From: Henry Addison Date: Mon, 30 Sep 2024 14:37:36 +0100 Subject: [PATCH] bump GH action for installing mamba --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9698dfa4e..9200a5ede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Clone repo uses: actions/checkout@v4 - name: setup-micromamba - uses: mamba-org/setup-micromamba@v1.4.1 + uses: mamba-org/setup-micromamba@v1 with: environment-file: environment.lock.yml init-shell: bash