Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jul 23, 2023
1 parent 90913cb commit 91e0691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Install dependencies
run: conda install numpy scipy scikit-learn codecov pytest-cov
- name: Test with pytest
run: pytest -v --cov=skltemplate --pyargs skltemplate
run: pytest -v --cov=tclf --pyargs tclf
- name: Code coverage
run: codecov

0 comments on commit 91e0691

Please sign in to comment.