Skip to content

Commit

Permalink
use correct shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent aeaf8b3 commit a28a03b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}

0 comments on commit a28a03b

Please sign in to comment.