File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ jobs:
322322 run : yum install -y --disableplugin=fastestmirror libusb1-devel perl-core
323323 - name : Installing cmake dependency
324324 run : |
325- /opt/python/cp38-cp38/bin/python3.8 -m pip install cmake==3.29
325+ /opt/python/cp38-cp38/bin/python3.8 -m pip install " cmake<4.0"
326326 ln -s /opt/python/cp38-cp38/bin/cmake /bin/
327327 - name : Create folder structure
328328 run : mkdir -p wheelhouse/audited/
@@ -384,7 +384,7 @@ jobs:
384384 run : yum install -y --disableplugin=fastestmirror libusb1-devel perl-core
385385 - name : Installing cmake dependency
386386 run : |
387- /opt/python/cp38-cp38/bin/python3.8 -m pip install cmake==3.29
387+ /opt/python/cp38-cp38/bin/python3.8 -m pip install " cmake<4"
388388 ln -s /opt/python/cp38-cp38/bin/cmake /bin/
389389 - name : Create folder structure
390390 run : mkdir -p wheelhouse/audited/
You can’t perform that action at this time.
0 commit comments