mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-06 20:31:09 +01:00
remove xinput
This commit is contained in:
11
.github/workflows/test_and_deploy.yml
vendored
11
.github/workflows/test_and_deploy.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user