Skip to content

Commit aa24620

Browse files
committed
Fix typo in command string
1 parent 6d91b2d commit aa24620

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
@@ -59,5 +59,5 @@ jobs:
5959
# Activate the virtual environment
6060
. .venv-pyodide/bin/activate
6161
echo $PATH
62-
python -c "import sys; print(sys.path); import stopit
62+
python -c "import sys; print(sys.path); import stopit"
6363
# python tests.py

0 commit comments

Comments
 (0)