Fix a few workflow issues

This commit is contained in:
Veronica Berglyd Olsen
2024-07-04 22:07:33 +02:00
parent cc97129e64
commit 47b8e12bc7
3 changed files with 2 additions and 10 deletions
+1 -3
View File
@@ -25,9 +25,7 @@ jobs:
- name: Build Assets
run: |
python pkgutils.py manual
python pkgutils.py sample
python pkgutils.py qtlrelease
python pkgutils.py build-assets
- name: Upload Artifacts
uses: actions/upload-artifact@v4
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
run: |
pip install -U -r requirements.txt -r tests/requirements.txt
- name: Run Build Commands
run: python pkgutils.py qtlrelease sample
run: python pkgutils.py build-assets
- name: Run Tests
run: |
export QT_QPA_PLATFORM=offscreen