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 7c2ddde commit ebfe907Copy full SHA for ebfe907
.github/workflows/pyodide.yml
@@ -53,7 +53,7 @@ jobs:
53
source .venv-pyodide/bin/activate
54
55
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
56
- pip install --no-build-isolation -e .
+ python -m pip install --no-build-isolation -e .
57
- name: Test stopit
58
run: |
59
python tests.py
0 commit comments