mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-21 12:11:07 +02:00
add back linux libs
This commit is contained in:
13
.github/workflows/test_and_deploy.yml
vendored
13
.github/workflows/test_and_deploy.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
timeout-minutes: 10
|
||||
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]
|
||||
@@ -31,12 +32,12 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
# - name: Install Linux libraries
|
||||
# if: runner.os == 'Linux'
|
||||
# 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
|
||||
- name: Install Linux libraries
|
||||
if: runner.os == 'Linux'
|
||||
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
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user