From f08f91b88ea106be23c9e020a9b994162294dfac Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Mon, 16 Sep 2024 16:34:18 +0100 Subject: [PATCH] CI: fix tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f275580..a20bd52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,6 +92,6 @@ jobs: - run: | mkdir -p dist maturin build --release --interpreter python --out . - pip install navis_fastcore-0.0.5-cp39-abi3-win_amd64.whl + pip install navis_fastcore-0.0.6-cp39-abi3-win_amd64.whl name: Install and test package - run: pytest --verbose \ No newline at end of file