Skip to content

Commit

Permalink
use pip from python binary
Browse files Browse the repository at this point in the history
  • Loading branch information
derek73 authored Jan 29, 2022
1 parent dc53c0e commit 8b73ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install twine
pip install sphinx
python -m pip install twine
python -m pip install sphinx
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
- name: Run Tests
run: |
Expand Down

0 comments on commit 8b73ff9

Please sign in to comment.