mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
update pip before running - reduce warnings
This commit is contained in:
3
.github/workflows/qc_checks.yaml
vendored
3
.github/workflows/qc_checks.yaml
vendored
@ -181,6 +181,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install gettext
|
sudo apt-get install gettext
|
||||||
|
python -m pip install -U pip
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
invoke update
|
invoke update
|
||||||
- name: Coverage Tests
|
- name: Coverage Tests
|
||||||
@ -244,6 +245,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libpq-dev gettext
|
sudo apt-get install libpq-dev gettext
|
||||||
|
python -m pip install -U pip
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
pip3 install psycopg2
|
pip3 install psycopg2
|
||||||
pip3 install django-redis>=5.0.0
|
pip3 install django-redis>=5.0.0
|
||||||
@ -301,6 +303,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libmysqlclient-dev gettext
|
sudo apt-get install libmysqlclient-dev gettext
|
||||||
|
python -m pip install -U pip
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
pip3 install mysqlclient
|
pip3 install mysqlclient
|
||||||
invoke update
|
invoke update
|
||||||
|
Reference in New Issue
Block a user