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