From 71d04d56c500083763361c42e4aac7ee61ade889 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Fri, 3 Jul 2026 14:15:45 +0200 Subject: [PATCH] remove QT_BINDING environment variable --- .github/workflows/python-tests.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 5cf4a87..bbac2b7 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -35,10 +35,6 @@ on: required: false type: string default: "" - qt-binding: - required: false - type: string - default: "" display: required: false type: string @@ -58,7 +54,7 @@ jobs: install-extras: "test" - name: Install Qt runtime libraries - if: startsWith(inputs.os, 'ubuntu') && (inputs.qt-api != '' || inputs.qt-binding != '') + if: startsWith(inputs.os, 'ubuntu') && (inputs.qt-api != '') run: | sudo apt-get update sudo apt-get install -y libegl1 @@ -78,9 +74,6 @@ jobs: if [ -n "${{ inputs.display }}" ]; then echo "DISPLAY=${{ inputs.display }}" >> "$GITHUB_ENV" fi - if [ -n "${{ inputs.qt-binding }}" ]; then - echo "QT_BINDING=${{ inputs.qt-binding }}" >> "$GITHUB_ENV" - fi - name: Resolve distribution name shell: bash