action:python version

This commit is contained in:
xiaoyifang 2023-05-01 19:35:30 +08:00
parent 27f15f26ea
commit 391222b0ad
3 changed files with 3 additions and 14 deletions

View file

@ -33,10 +33,7 @@ jobs:
version: 23.04.03
version-suffix: alpha
prerelease: true
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
@ -45,7 +42,6 @@ jobs:
cached: 'false'
#serialport linuxdeploy need serialport to work.
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech qtserialport
setup-python: 'false'
- name: ubuntu install thirdparty dependencies
run: |

View file

@ -34,9 +34,7 @@ jobs:
version-suffix: alpha
prerelease: true
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
@ -45,7 +43,7 @@ jobs:
cached: 'false'
#serialport linuxdeploy need serialport to work.
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech qtserialport
setup-python: 'false'
- name: ubuntu install thirdparty dependencies
run: |

View file

@ -27,9 +27,6 @@ jobs:
qt_arch: [gcc_64]
steps:
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install Qt
if: ${{ matrix.qt_ver == '5.15.2' }}
uses: jurplel/install-qt-action@v3
@ -37,7 +34,6 @@ jobs:
version: ${{ matrix.qt_ver }}
cached: 'false'
modules: qtwebengine
setup-python: 'false'
- name: Install Qt
if: ${{ matrix.qt_ver != '5.15.2' }}
@ -47,7 +43,6 @@ jobs:
arch: ${{ matrix.qt_arch }}
cached: 'false'
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech
setup-python: 'false'
- name: ubuntu install thirdparty dependencies
run: |