We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d91b2d commit aa24620Copy full SHA for aa24620
.github/workflows/pyodide.yml
@@ -59,5 +59,5 @@ jobs:
59
# Activate the virtual environment
60
. .venv-pyodide/bin/activate
61
echo $PATH
62
- python -c "import sys; print(sys.path); import stopit
+ python -c "import sys; print(sys.path); import stopit"
63
# python tests.py
0 commit comments