From 4561313452b33b4de17c04ae563c33fcd9a4f32b Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sat, 24 Apr 2021 15:47:26 -0400 Subject: [PATCH] change conditional --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index a11254a..27e9524 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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