Skip to content

Commit

Permalink
Use micromamba shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Mind-the-Cap authored and FlxPo committed May 2, 2024
1 parent 02e0d04 commit 86f7938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
powershell
cache-environment: true
post-cleanup: 'all'
- name: Install flake8 and pytest
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
Expand All @@ -50,6 +50,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
shell: micromamba-shell {0}
run: |
pytest --cov
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 86f7938

Please sign in to comment.