Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjhj789 committed Oct 5, 2024
1 parent a209646 commit 58b4401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ 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
run: |

This comment has been minimized.

Copy link
@Hjhj789

Hjhj789 Nov 4, 2024

Author Owner
run:
conda install pytest
pytest

0 comments on commit 58b4401

Please sign in to comment.