Skip to content

Commit 707b10a

Browse files
committed
fix workflow
1 parent 2484c5c commit 707b10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyodide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
python -m pip install -e .
5757
- name: Test stopit
5858
run: |
59-
python -c "import sys; print(sys.path); import your_package_name"
59+
python -c "import sys; print(sys.path); import stopit"
6060
python tests.py

0 commit comments

Comments
 (0)