Remove manual build from linux tests
This commit is contained in:
@@ -33,7 +33,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -U -r requirements.txt -r tests/requirements.txt
|
pip install -U -r requirements.txt -r tests/requirements.txt
|
||||||
- name: Run Build Commands
|
- name: Run Build Commands
|
||||||
run: python pkgutils.py build-assets
|
run: |
|
||||||
|
python pkgutils.py qtlrelease
|
||||||
|
python pkgutils.py sample
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
export QT_QPA_PLATFORM=offscreen
|
export QT_QPA_PLATFORM=offscreen
|
||||||
|
|||||||
Reference in New Issue
Block a user