Skip to content

Commit 0a981a8

Browse files
committed
f
1 parent d1284e8 commit 0a981a8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ jobs:
137137
# mv $i ${pkgname}-${{ matrix.pyside_ver }}-${pkginfo}
138138
# done
139139
# popd
140-
- name: Test wheel
141-
run: |
142-
pip install ./wheelhouse/*.whl
143-
cd tests
144-
python -m unittest discover
145140
- name: Install test dependencies
146141
if: startsWith(matrix.os, "ubuntu")
147142
run: |
@@ -157,6 +152,11 @@ jobs:
157152
python3-venv \
158153
python3-pip \
159154
libxkbcommon-dev
155+
- name: Test wheel
156+
run: |
157+
pip install ./wheelhouse/*.whl
158+
cd tests
159+
python -m unittest discover
160160
- name: Upload artifact
161161
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
162162
with:

0 commit comments

Comments
 (0)