Skip to content

Commit

Permalink
Fix typo in command string
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 18, 2025
1 parent 6d91b2d commit aa24620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
# Activate the virtual environment
. .venv-pyodide/bin/activate
echo $PATH
python -c "import sys; print(sys.path); import stopit
python -c "import sys; print(sys.path); import stopit"
# python tests.py

0 comments on commit aa24620

Please sign in to comment.