mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-05 20:01:28 +01:00
again
This commit is contained in:
5
.github/workflows/test_and_deploy.yml
vendored
5
.github/workflows/test_and_deploy.yml
vendored
@@ -23,12 +23,14 @@ jobs:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
backend: [pyqt, pyside]
|
||||
backend: [pyqt5, pyside2]
|
||||
include:
|
||||
- python: 3.9
|
||||
platform: macos-11.0
|
||||
backend: pyside2
|
||||
- python: 3.6
|
||||
platform: ubuntu-16.04
|
||||
backend: pyqt5
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -43,6 +45,7 @@ jobs:
|
||||
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-xfixes0
|
||||
# libxcb-xinput0
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user