Skip to content

Commit

Permalink
change cmd to micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
Geet-George committed Oct 31, 2023
1 parent 70e5a71 commit a1f795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# $CONDA/bin/flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run pytest in micromamba environment
run: |
mamba install pytest
micromamba install pytest
pytest --import-mode=importlib .
shell: micromamba-shell {0}
# - name: Test with pytest
Expand Down

0 comments on commit a1f795c

Please sign in to comment.