From f37d041cea224376ac44e1d1e80224ef0c2c662c Mon Sep 17 00:00:00 2001 From: SorooshMani-NOAA Date: Wed, 31 Jul 2024 15:19:38 -0400 Subject: [PATCH] Use micromamba shell --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9cb56d8f..97b440ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,10 +64,13 @@ jobs: with: path: ${{ env.pythonLocation }} key: test-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }} + shell: micromamba-shell {0} - name: install dependencies run: pip install ".[testing]" + shell: micromamba-shell {0} - name: run tests run: pytest --numprocesses auto + shell: micromamba-shell {0} test_with_coverage: needs: [ lint, test ] name: test with coverage