Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoneriv3 authored Aug 5, 2023
1 parent 03199e2 commit 477548e
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 @@ -33,7 +33,7 @@ jobs:
black --check .
isort --check .
ruff .
mypy .
mypy pca_impute test
- name: Test with pytest
run: |
pytest --cov

0 comments on commit 477548e

Please sign in to comment.