mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Try with newer python
This commit is contained in:
parent
a9d09c7d29
commit
070d01b2f4
6
.github/workflows/qc_checks.yaml
vendored
6
.github/workflows/qc_checks.yaml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
- l10*
|
- l10*
|
||||||
|
|
||||||
env:
|
env:
|
||||||
python_version: 3.7
|
python_version: 3.8
|
||||||
node_version: 16
|
node_version: 16
|
||||||
|
|
||||||
server_start_sleep: 60
|
server_start_sleep: 60
|
||||||
@ -284,9 +284,9 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install mysql-server-8.0 mysql-client-8.0 default-libmysqlclient-dev
|
sudo apt-get install mysql-server default-libmysqlclient-dev
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
pip3 install mysqlclient==2.1.0
|
pip3 install mysqlclient
|
||||||
invoke install
|
invoke install
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: invoke test
|
run: invoke test
|
||||||
|
Loading…
Reference in New Issue
Block a user