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: |