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 707b10a commit aca930eCopy full SHA for aca930e
.github/workflows/pyodide.yml
@@ -52,8 +52,9 @@ jobs:
52
# Activate the virtual environment
53
source .venv-pyodide/bin/activate
54
55
- python -m pip install "setuptools>=70.0.0" PyYAML click packaging pytest
56
- python -m pip install -e .
+ pip install "setuptools>=70.0.0" PyYAML click packaging pytest
+
57
+ pip install --no-build-isolation -v -v -v -e .
58
- name: Test stopit
59
run: |
60
python -c "import sys; print(sys.path); import stopit"
0 commit comments