Skip to content

Commit 4f89020

Browse files
author
Edvin Dunaway
committed
adding pip install --upgrade pip
1 parent 22e9957 commit 4f89020

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
command: |
1616
python3 -m venv venv
1717
. venv/bin/activate
18+
pip install --upgrade pip
1819
pip install flake8
1920
# Step 3: run linter and tests
2021
- run:

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: 3.7
1616
- name: Install dependencies
1717
run: |
18-
python -m pip install --upgrade pip
18+
pip install --upgrade pip
1919
pip install flake8
2020
- name: Lint with flake8
2121
run: |

0 commit comments

Comments
 (0)