Skip to content

Commit

Permalink
chore: use PyQt6 in pre-tests (#1196)
Browse files Browse the repository at this point in the history
<!-- Generated by sourcery-ai[bot]: start summary -->

## Summary by Sourcery

Update the CI workflow to switch the backend from PyQt5 to PyQt6 for
pre-tests.

CI:
- Update the CI workflow to use PyQt6 instead of PyQt5 for pre-tests.

<!-- Generated by sourcery-ai[bot]: end summary -->

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the backend framework from PyQt5 to PyQt6 in the testing
workflow configuration.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Czaki authored Sep 20, 2024
1 parent 6ee3209 commit 2f6c259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
PLATFORM: ${{ matrix.platform }}
PYVISTA_OFF_SCREEN: True # required for opengl on windows
NAPARI: latest
BACKEND: PyQt5
BACKEND: PyQt6
PIP_CONSTRAINT: requirements/pre_test_problematic_version.txt
PIP_PRE: 1

Expand Down

0 comments on commit 2f6c259

Please sign in to comment.