From 607aa6328f5a482442e8389b88332e80a3aa6f48 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 7 Jan 2025 22:57:35 +0000 Subject: [PATCH] test --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59712afe..d696da2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,9 +90,8 @@ jobs: shell: bash run: | set -e - uv sync --locked --only-dev uv pip install --force-reinstall dist/* - pytest + uv run --frozen pytest tests --cov=./ --cov-report=xml --junitxml=junit.xml -o junit_family=legacy - name: pytest if: ${{ startsWith(matrix.config.manylinux, 'manylinux') && matrix.config.platform != 'x86_64' }} uses: uraimo/run-on-arch-action@v2