Skip to content

Commit

Permalink
update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Dec 30, 2020
1 parent 6c2dab9 commit 43d22c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Update pip
run: pip install -U pip

- name: Install tox
run: pip install tox

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Update pip
run: pip install -U pip

- name: Install tox
run: pip install tox

Expand Down

0 comments on commit 43d22c4

Please sign in to comment.