Skip to content

Commit 84d0427

Browse files
authored
Merge branch 'master' into fixing_nested_Timeout_contexts_using_signal-rocky
2 parents bc8c5c2 + aca930e commit 84d0427

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
@@ -54,8 +54,9 @@ jobs:
5454
echo $PATH
5555
5656
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
57-
python -m pip install --no-build-isolation -e .
57+
58+
pip install --no-build-isolation -v -v -v -e .
5859
- name: Test stopit
5960
run: |
60-
python -c "import sys; print(sys.path); import stopit
61+
python -c "import sys; print(sys.path); import stopit"
6162
# python tests.py

0 commit comments

Comments
 (0)