Skip to content

Commit 8661d53

Browse files
committed
Upgrade setuptools, wheel and pip
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent bcdea23 commit 8661d53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
uses: actions/setup-python@v2
4040
with:
4141
python-version: ${{ matrix.python-version }}
42+
43+
- name: Upgrade pip, setuptools, wheel
44+
run: |
45+
python -m pip install --upgrade pip setuptools wheel
4246
4347
- name: Install dependencies
4448
run: make dev envfile

0 commit comments

Comments
 (0)