From e29ec91338b05310b30fd7717b7f29fa9e1c7854 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sun, 9 Jul 2023 18:14:32 +0200 Subject: [PATCH] Unpin Micromamba It was previously pinned in #422 in order to get tests to pass. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8e1011d..78dcda20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true env: - MICROMAMBA_VERSION: '1.4.2-2' + MICROMAMBA_VERSION: 'latest' jobs: test-windows: