Skip to content

Commit 45b189e

Browse files
committed
ci: Pin aqtinstall != 3.2.1
1 parent fb0d104 commit 45b189e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ jobs:
109109
CIBW_BEFORE_BUILD_LINUX: >
110110
rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
111111
&& yum install -y mesa-libGL libxslt llvm clang clang-devel
112-
&& python3 -m pip install --user aqtinstall auditwheel
112+
&& python3 -m pip install --user "aqtinstall!=3.2.1" auditwheel
113113
&& python3 -m aqt install-qt linux desktop ${{ env.QT_VERSION }} --outputdir ${{ env.QT_BASE_DIR }} --base http://mirrors.ocf.berkeley.edu/qt/
114114
&& python3 ./scripts/set-qt-constraint.py ${{ matrix.pyside_ver }}
115115
CIBW_BEFORE_BUILD_MACOS: >
116-
python3 -m pip install aqtinstall
116+
python3 -m pip install "aqtinstall!=3.2.1"
117117
&& python3 -m aqt install-qt mac desktop ${{ env.QT_VERSION }} --outputdir ${{ env.QT_BASE_DIR }} --base http://mirrors.ocf.berkeley.edu/qt/
118118
&& python3 ./scripts/set-qt-constraint.py ${{ matrix.pyside_ver }}
119119
CIBW_BEFORE_BUILD_WINDOWS: >
120-
python3 -m pip install aqtinstall
120+
python3 -m pip install "aqtinstall!=3.2.1"
121121
&& python3 -m aqt install-qt windows desktop ${{ env.QT_VERSION }} win64_msvc2022_64 --outputdir ${{ env.QT_BASE_DIR }} --base http://mirrors.ocf.berkeley.edu/qt/
122122
&& python3 ./scripts/set-qt-constraint.py ${{ matrix.pyside_ver }}
123123
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
@@ -172,7 +172,7 @@ jobs:
172172
cat >build.sh <<EOF
173173
set -e
174174
. /env/bin/activate
175-
pip install aqtinstall PySide6 auditwheel
175+
pip install "aqtinstall!=3.2.1" PySide6 auditwheel
176176
aqt install-qt linux_arm64 desktop ${{ env.QT_VERSION }} --outputdir qt
177177
LD_LIBRARY_PATH=/work/qt/${{ env.QT_VERSION }}/gcc_arm64/lib \
178178
CMAKE_PREFIX_PATH=/work/qt/${{ env.QT_VERSION }}/gcc_arm64/lib/cmake \

0 commit comments

Comments
 (0)