diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fefe136d..526f50ed2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: # Step 7: Install the Rust package - name: Build and Install the Package - run: maturin develop + run: poetry run maturin develop # Step 8: Run Tests and Generate Coverage Report - name: Run tests and coverage