Skip to content

Commit

Permalink
fix pyodide tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jan 24, 2025
1 parent 35b5047 commit 0833a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ testcov: test
.PHONY: test-pyodide # Check logfire runs with pyodide
test-pyodide:
uv build
cd pyodide_test && npm test
cd pyodide_test && npm install && npm test

.PHONY: docs # Build the documentation
docs:
Expand Down

0 comments on commit 0833a9b

Please sign in to comment.