Skip to content

Commit ebfe907

Browse files
committed
pip through python
1 parent 7c2ddde commit ebfe907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyodide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
source .venv-pyodide/bin/activate
5454
5555
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
56-
pip install --no-build-isolation -e .
56+
python -m pip install --no-build-isolation -e .
5757
- name: Test stopit
5858
run: |
5959
python tests.py

0 commit comments

Comments
 (0)