From a8caeed5796c4de669165f9eea236d0474b4f07b Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 21 Apr 2024 18:26:41 +0200 Subject: [PATCH 1/3] exclude pyside2 on python 3.11 and 3.12 --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af5af7d79..c85f82fd6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -91,6 +91,11 @@ jobs: - python_version: "3.9" os: "ubuntu-22.04" qt_backend: "PyQt6" + exclude: + - python_version: "3.11" + qt_backend: "PySide2" + - python_version: "3.12" + qt_backend: "PySide2" with: test_data: True python_version: ${{ matrix.python_version }} From 820c91e42cbad0d9cd37604a570b0a69cdfdff62 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 21 Apr 2024 18:29:26 +0200 Subject: [PATCH 2/3] enable test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c85f82fd6..10f5fe9ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,7 +72,7 @@ jobs: base-test-main: name: Base py${{ matrix.python_version }} - if: github.event_name == 'push' + # if: github.event_name == 'push' uses: ./.github/workflows/base_test_workflow.yml needs: download_data strategy: From 6214b40da7cec80c7bb6f8f8f66316d0a0df872b Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 21 Apr 2024 18:45:23 +0200 Subject: [PATCH 3/3] Revert "enable test" This reverts commit 820c91e42cbad0d9cd37604a570b0a69cdfdff62. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 10f5fe9ac..c85f82fd6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,7 +72,7 @@ jobs: base-test-main: name: Base py${{ matrix.python_version }} - # if: github.event_name == 'push' + if: github.event_name == 'push' uses: ./.github/workflows/base_test_workflow.yml needs: download_data strategy: