There was an error while loading. Please reload this page.
2 parents dae156e + 71d04d5 commit 068d303Copy full SHA for 068d303
1 file changed
.github/workflows/python-tests.yml
@@ -35,10 +35,6 @@ on:
35
required: false
36
type: string
37
default: ""
38
- qt-binding:
39
- required: false
40
- type: string
41
- default: ""
42
display:
43
44
@@ -58,7 +54,7 @@ jobs:
58
54
install-extras: "test"
59
55
60
56
- 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 != '')
62
run: |
63
sudo apt-get update
64
sudo apt-get install -y libegl1
@@ -78,9 +74,6 @@ jobs:
78
74
if [ -n "${{ inputs.display }}" ]; then
79
75
echo "DISPLAY=${{ inputs.display }}" >> "$GITHUB_ENV"
80
76
fi
81
- if [ -n "${{ inputs.qt-binding }}" ]; then
82
- echo "QT_BINDING=${{ inputs.qt-binding }}" >> "$GITHUB_ENV"
83
- fi
84
77
85
- name: Resolve distribution name
86
shell: bash
0 commit comments