Skip to content

Commit

Permalink
Update pyside6.yml - Testing Example PYTHONPATH
Browse files Browse the repository at this point in the history
added PWD to current PYTHONPATH
  • Loading branch information
zoshua authored Mar 1, 2024
1 parent 6d6f955 commit 158651d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ 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 158651d

Please sign in to comment.