Skip to content

Commit aca930e

Browse files
committed
more verbose install
1 parent 707b10a commit aca930e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pyodide.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
# Activate the virtual environment
5353
source .venv-pyodide/bin/activate
5454
55-
python -m pip install "setuptools>=70.0.0" PyYAML click packaging pytest
56-
python -m pip install -e .
55+
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
56+
57+
pip install --no-build-isolation -v -v -v -e .
5758
- name: Test stopit
5859
run: |
5960
python -c "import sys; print(sys.path); import stopit"

0 commit comments

Comments
 (0)