From 91e0691d43b3b68e13f2cf042a7a156e6d4a858c Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Sun, 23 Jul 2023 17:52:13 +0200 Subject: [PATCH] fix some typos --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cf631f9..ba1e21a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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