Skip to content

Commit 8b73ff9

Browse files
authored
use pip from python binary
1 parent dc53c0e commit 8b73ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install twine
31-
pip install sphinx
30+
python -m pip install twine
31+
python -m pip install sphinx
3232
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
3333
- name: Run Tests
3434
run: |

0 commit comments

Comments
 (0)