2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-30 00:21:34 +00:00

update pip before running - reduce warnings

This commit is contained in:
Matthias
2022-05-19 01:46:04 +02:00
parent 890a5cd1e6
commit b2f5c60877

View File

@@ -181,6 +181,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install gettext
python -m pip install -U pip
pip3 install invoke
invoke update
- name: Coverage Tests
@@ -244,6 +245,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libpq-dev gettext
python -m pip install -U pip
pip3 install invoke
pip3 install psycopg2
pip3 install django-redis>=5.0.0
@@ -301,6 +303,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libmysqlclient-dev gettext
python -m pip install -U pip
pip3 install invoke
pip3 install mysqlclient
invoke update