mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
run full install
This commit is contained in:
parent
2090a4d417
commit
5f2c21aa62
4
.github/workflows/qc_checks.yaml
vendored
4
.github/workflows/qc_checks.yaml
vendored
@ -248,7 +248,7 @@ jobs:
|
||||
pip3 install invoke
|
||||
pip3 install psycopg2
|
||||
pip3 install django-redis>=5.0.0
|
||||
invoke install
|
||||
invoke update
|
||||
- name: Run Tests
|
||||
run: invoke test
|
||||
- name: Data Import Export
|
||||
@ -304,7 +304,7 @@ jobs:
|
||||
sudo apt-get install libmysqlclient-dev
|
||||
pip3 install invoke
|
||||
pip3 install mysqlclient
|
||||
invoke install
|
||||
invoke update
|
||||
- name: Run Tests
|
||||
run: invoke test
|
||||
- name: Data Import Export
|
||||
|
Loading…
Reference in New Issue
Block a user