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.
2 parents bc8c5c2 + aca930e commit 84d0427Copy full SHA for 84d0427
.github/workflows/pyodide.yml
@@ -54,8 +54,9 @@ jobs:
54
echo $PATH
55
56
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
57
- python -m pip install --no-build-isolation -e .
+
58
+ pip install --no-build-isolation -v -v -v -e .
59
- name: Test stopit
60
run: |
- python -c "import sys; print(sys.path); import stopit
61
+ python -c "import sys; print(sys.path); import stopit"
62
# python tests.py
0 commit comments