From a28a03b86aca3de4e441079f5055e4a8ad0d5fba Mon Sep 17 00:00:00 2001 From: iasonkrom Date: Wed, 27 Mar 2024 20:04:46 -0500 Subject: [PATCH] use correct shell --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90d03ca..3d4af6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,10 +47,12 @@ jobs: which python python -V pip install .[dev] + shell: micromamba-shell {0} - name: Test with pytest run: | coverage run --source=. --omit=".tox/*" --branch -m pytest . coverage report + shell: micromamba-shell {0} tests_eager: runs-on: ubuntu-latest @@ -80,8 +82,10 @@ jobs: which python python -V pip install .[dev] + shell: micromamba-shell {0} - name: Test with pytest run: | ZFIT_DO_JIT=0 coverage run --source=. --omit=".tox/*,*/test*," --branch -m pytest . coverage report + shell: micromamba-shell {0}