diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5814657..3571391 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: source test-dist/bin/activate WHL_FILE=$(ls dist/*.whl) uv pip install "${WHL_FILE}[dev]" - npm run test + pytest --headless shell: bash - name: Upload Python distributions uses: actions/upload-artifact@v4