Skip to content

Commit

Permalink
Update pyside6.yml
Browse files Browse the repository at this point in the history
updated pip install step to use nose2
  • Loading branch information
zoshua authored Feb 29, 2024
1 parent f993695 commit 5209c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Pip install PySide6 and dependencies
run: |
python3.10 -m pip install PySide6 nose nosepipe six packaging setuptools wheel
python3.10 -m pip install PySide6 nose2 nosepipe six packaging setuptools wheel
- name: Set entrypoint.sh script permissions
run: |
Expand Down

0 comments on commit 5209c24

Please sign in to comment.