Skip to content

Commit

Permalink
ci: Add comment about upgrading pip
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 30, 2020
1 parent c32885d commit e92d97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Upgrade pip
run: |
python3 -m pip -V
# install pip=>20.1 to use "pip cache dir"
python3 -m pip install --upgrade pip
python3 -m pip -V
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:

- name: Upgrade pip
run: |
python3 -m pip -V
# install pip=>20.1 to use "pip cache dir"
python3 -m pip install --upgrade pip
python3 -V
python3 -m pip -V
- name: Get pip cache dir
Expand Down

0 comments on commit e92d97c

Please sign in to comment.