From a9e6189c5067d2de34df9b0593a8df0679ad915b Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 26 Oct 2024 07:58:59 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa9fad8..0564016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,8 @@ jobs: - name: Run tests run: > - uvx --with tox-uv tox run + uvx --with tox-uv + tox run --installpkg dist/*.whl -f py$(echo ${{ matrix.python-version }} | tr -d .) @@ -91,7 +92,9 @@ jobs: - name: Check public API with Mypy run: > uvx --with tox-uv - tox run -e mypy-api + tox run + --installpkg dist/*.whl + -e mypy-api coverage: