1
0
Fork 0
mirror of synced 2024-06-27 18:40:52 +12:00

add pip upgrade step to silence warnings

This commit is contained in:
Nick Sweeting 2020-07-28 07:36:40 -04:00
parent 922ddba222
commit a0a26946eb

View file

@ -64,6 +64,8 @@ jobs:
if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip setuptools
- name: Install dependencies
run: |