Skip to content

Commit

Permalink
Update pyside6.yml
Browse files Browse the repository at this point in the history
added step Set entrypoint.sh script permissions
  • Loading branch information
zoshua committed Feb 29, 2024
1 parent 55889ed commit 47ac768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: |
python3.10 -m pip install PySide6 nose nosepipe six packaging setuptools wheel
- name: Set entrypoint.sh script permissions
run: |
chmod +x ./entrypoint.sh
- name: Run tests from entrypoint.sh
run: |
PYTHON=3.10 ./entrypoint.sh

0 comments on commit 47ac768

Please sign in to comment.