Skip to content

Commit

Permalink
Use micromamba shell
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jul 31, 2024
1 parent 188f4a5 commit f37d041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f37d041

Please sign in to comment.