From 14be4f68cf0ee5b9298681c0f981a71cb04cff77 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Sat, 1 Feb 2025 11:45:01 +0000 Subject: [PATCH] Reduce the number of builds while we debug the build issues --- .github/workflows/test-with-pip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-with-pip.yml b/.github/workflows/test-with-pip.yml index 0f303eb8..cd41027e 100644 --- a/.github/workflows/test-with-pip.yml +++ b/.github/workflows/test-with-pip.yml @@ -12,8 +12,8 @@ jobs: test-ets: strategy: matrix: - os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - toolkit: ['null', 'pyside2', 'pyside6', 'pyqt5', 'wx'] + os: ['ubuntu-latest'] # 'macos-latest', 'windows-latest'] + toolkit: ['null'] #, 'pyside2', 'pyside6', 'pyqt5', 'wx'] python-version: ['3.8', '3.10', '3.11'] exclude: # No Wx wheels available for Python 3.11