From 5ad880660d6610ceb1f62ffbe7878c5f3eb11530 Mon Sep 17 00:00:00 2001 From: Rui Luo Date: Thu, 5 Mar 2026 09:33:37 +0800 Subject: [PATCH] Fix the coverage workflow for Linux platform --- .github/workflows/coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 765b623b3a..e65439a77e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -98,7 +98,8 @@ jobs: - name: Build cuda-pathfinder run: | - .venv/bin/pip install -v ./cuda_pathfinder --group test + cd cuda_pathfinder + ../.venv/bin/pip install -v . --group test - name: Build cuda-bindings run: |