mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-04 19:31:24 +01:00
change conditional
This commit is contained in:
2
.github/workflows/test_and_deploy.yml
vendored
2
.github/workflows/test_and_deploy.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
|
||||
libxcb-xinerama0 libxcb-xfixes0
|
||||
- name: Linux opengl
|
||||
if: runner.os == 'Linux' & ( matrix.backend == 'pyside6' | matrix.backend == 'pyqt6' )
|
||||
if: runner.os == 'Linux' && ( matrix.backend == 'pyside6' || matrix.backend == 'pyqt6' )
|
||||
run: sudo apt-get install -y libopengl0 libegl1-mesa libxcb-xinput0
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user