Skip to content

Commit 2850d67

Browse files
authored
Merge pull request #369 from plotly/add-test-step
Change test step for CI
2 parents 0f3b00a + c2b7d7a commit 2850d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
source test-dist/bin/activate
5555
WHL_FILE=$(ls dist/*.whl)
5656
uv pip install "${WHL_FILE}[dev]"
57-
npm run test
57+
pytest --headless
5858
shell: bash
5959
- name: Upload Python distributions
6060
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)