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 84d0427 commit 6d91b2dCopy full SHA for 6d91b2d
.github/workflows/pyodide.yml
@@ -51,12 +51,13 @@ jobs:
51
52
# Activate the virtual environment
53
. .venv-pyodide/bin/activate
54
- echo $PATH
55
-
56
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
57
58
pip install --no-build-isolation -v -v -v -e .
59
- name: Test stopit
60
run: |
61
- python -c "import sys; print(sys.path); import stopit"
+ # Activate the virtual environment
+ . .venv-pyodide/bin/activate
+ echo $PATH
62
+ python -c "import sys; print(sys.path); import stopit
63
# python tests.py
0 commit comments