diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 0a23e63..8b499f7 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -21,9 +21,14 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-16.04, ubuntu-latest, windows-latest, macos-latest, macos-11.0] - python-version: [3.6, 3.7, 3.8, 3.9] + platform: [ubuntu-latest, windows-latest, macos-latest] + python-version: [3.7, 3.8, 3.9] backend: [pyqt, pyside] + include: + - python: 3.9 + platform: macos-11.0 + - python: 3.6 + platform: ubuntu-16.04 steps: - uses: actions/checkout@v2 @@ -37,7 +42,7 @@ jobs: run: | sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \ libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \ - libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 + libxcb-xinerama0 libxcb-xfixes0 - name: Install dependencies run: |