From fe0d6ee21838be23451f50335e737213524c0787 Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Sun, 20 Oct 2024 18:57:58 -0300 Subject: [PATCH] Fix code coverage reporting --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52e8d5d..728abd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,10 +84,10 @@ jobs: uses: koesterlab/setup-slurm-action@v1 - name: Install test dependencies run: | - uv sync --extra test --dev + uv pip install --system .[test] - name: Test with pytest run: | - uv run pytest --cov=foamlib + pytest --cov=foamlib env: OMPI_MCA_rmaps_base_oversubscribe: 1 OMPI_ALLOW_RUN_AS_ROOT: 1