From e6877112373d2e16d3633b6606e64debb397e64a Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Tue, 28 Nov 2023 09:20:52 +0100 Subject: [PATCH] cleanup --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab6f7174..88efca23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: - name: Get number of CPU cores uses: SimenB/github-actions-cpu-cores@v1 - - name: Install mamba + - name: install mamba uses: mamba-org/provision-with-micromamba@main with: environment-file: environment-dev.yml