1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 20:01:44 +02: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: |