Skip to content

Commit

Permalink
Reduce the number of builds while we debug the build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Feb 1, 2025
1 parent ef5c9a9 commit 14be4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-with-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14be4f6

Please sign in to comment.