Skip to content

Commit 6d91b2d

Browse files
committed
See what's up with pyodide
1 parent 84d0427 commit 6d91b2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pyodide.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ jobs:
5151
5252
# Activate the virtual environment
5353
. .venv-pyodide/bin/activate
54-
echo $PATH
55-
5654
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
5755
5856
pip install --no-build-isolation -v -v -v -e .
5957
- name: Test stopit
6058
run: |
61-
python -c "import sys; print(sys.path); import stopit"
59+
# Activate the virtual environment
60+
. .venv-pyodide/bin/activate
61+
echo $PATH
62+
python -c "import sys; print(sys.path); import stopit
6263
# python tests.py

0 commit comments

Comments
 (0)