Skip to content

Commit

Permalink
Update pyside6.yml - updated jobs/env
Browse files Browse the repository at this point in the history
(Experimental)
added QT_PREFERRED_BINDING set to PySide6
added PYTHONPATH to include the the starting dir
  • Loading branch information
zoshua authored Mar 1, 2024
1 parent 5083eb9 commit a31ea4a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
test:
runs-on: ubuntu-22.04

env:
QT_PREFERRED_BINDING: PySide6
PYTHONPATH: "${{ github.workspace }}"

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -27,7 +31,7 @@ jobs:
- name: Testing implementation..
run: |
python3.10 -m nose2 --verbose tests
- name: Building caveats..
run: |
python3.10 -u build_caveats.py
Expand All @@ -43,5 +47,3 @@ jobs:
python3.10 -m nose2 --verbose loadUi.baseinstance2
python3.10 -m nose2 --verbose QtSiteConfig.main
cd ..
env:
PYTHONPATH: ${{ env.PYTHONPATH }}:$(pwd)

0 comments on commit a31ea4a

Please sign in to comment.