From 2f6c2595db2229a0484200f73ab7686951cd0f14 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Fri, 20 Sep 2024 19:30:56 +0200 Subject: [PATCH] chore: use PyQt6 in pre-tests (#1196) ## 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. ## Summary by CodeRabbit - **Chores** - Updated the backend framework from PyQt5 to PyQt6 in the testing workflow configuration. --- .github/workflows/test_prereleases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_prereleases.yml b/.github/workflows/test_prereleases.yml index 4ba9a1e81..a2c8912f5 100644 --- a/.github/workflows/test_prereleases.yml +++ b/.github/workflows/test_prereleases.yml @@ -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