From 5b4627b5ecc39e778b5c77d12dd15fac9d42bca6 Mon Sep 17 00:00:00 2001 From: atmorling Date: Thu, 28 Nov 2024 13:42:37 +0200 Subject: [PATCH] Can we update micromamba yet? (#309) --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0369aec3..30b1cba9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,14 +23,12 @@ jobs: - uses: actions/checkout@v4 - name: Setup Micromamba - uses: mamba-org/setup-micromamba@v2.0.1 + uses: mamba-org/setup-micromamba@v2.0.2 with: - # https://github.com/mamba-org/setup-micromamba/issues/227 - micromamba-version: 1.5.10-0 environment-file: ${{ matrix.env }} cache-environment: true cache-downloads: true - init-shell: bash + init-shell: bash powershell - name: Install pip dependencies and our package shell: bash -leo pipefail {0} @@ -47,4 +45,4 @@ jobs: pytest -v -r s --color=yes --cov=ecoscope --cov-append --cov-report=xml - name: Codecov - uses: codecov/codecov-action@v4 \ No newline at end of file + uses: codecov/codecov-action@v4