Skip to content

Commit 068d303

Browse files
authored
Merge pull request #14 from ewoks-kit/remove_qt_binding_env_var
remove QT_BINDING environment variable
2 parents dae156e + 71d04d5 commit 068d303

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ on:
3535
required: false
3636
type: string
3737
default: ""
38-
qt-binding:
39-
required: false
40-
type: string
41-
default: ""
4238
display:
4339
required: false
4440
type: string
@@ -58,7 +54,7 @@ jobs:
5854
install-extras: "test"
5955

6056
- name: Install Qt runtime libraries
61-
if: startsWith(inputs.os, 'ubuntu') && (inputs.qt-api != '' || inputs.qt-binding != '')
57+
if: startsWith(inputs.os, 'ubuntu') && (inputs.qt-api != '')
6258
run: |
6359
sudo apt-get update
6460
sudo apt-get install -y libegl1
@@ -78,9 +74,6 @@ jobs:
7874
if [ -n "${{ inputs.display }}" ]; then
7975
echo "DISPLAY=${{ inputs.display }}" >> "$GITHUB_ENV"
8076
fi
81-
if [ -n "${{ inputs.qt-binding }}" ]; then
82-
echo "QT_BINDING=${{ inputs.qt-binding }}" >> "$GITHUB_ENV"
83-
fi
8477
8578
- name: Resolve distribution name
8679
shell: bash

0 commit comments

Comments
 (0)