We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1284e8 commit 0a981a8Copy full SHA for 0a981a8
1 file changed
.github/workflows/main.yml
@@ -137,11 +137,6 @@ jobs:
137
# mv $i ${pkgname}-${{ matrix.pyside_ver }}-${pkginfo}
138
# done
139
# popd
140
- - name: Test wheel
141
- run: |
142
- pip install ./wheelhouse/*.whl
143
- cd tests
144
- python -m unittest discover
145
- name: Install test dependencies
146
if: startsWith(matrix.os, "ubuntu")
147
run: |
@@ -157,6 +152,11 @@ jobs:
157
152
python3-venv \
158
153
python3-pip \
159
154
libxkbcommon-dev
155
+ - name: Test wheel
156
+ run: |
+ pip install ./wheelhouse/*.whl
+ cd tests
+ python -m unittest discover
160
- name: Upload artifact
161
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
162
with:
0 commit comments