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 2484c5c commit 707b10aCopy full SHA for 707b10a
.github/workflows/pyodide.yml
@@ -56,5 +56,5 @@ jobs:
56
python -m pip install -e .
57
- name: Test stopit
58
run: |
59
- python -c "import sys; print(sys.path); import your_package_name"
+ python -c "import sys; print(sys.path); import stopit"
60
python tests.py
0 commit comments