Skip to content

Commit

Permalink
CI: python-dev support
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Nov 20, 2024
1 parent aa657ba commit 3d7b006
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ jobs:
run: |
brew uninstall p7zip
- uses: actions/setup-python@v5
with:
python-version: '3.13'

- run: python my_script.py

- name: Install Qt6
uses: jurplel/install-qt-action@v3
with:
Expand Down Expand Up @@ -160,6 +166,12 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version: '3.13'

- run: python my_script.py

- name: Uninstall incorrect mingw
run: |
choco uninstall mingw --force
Expand Down

0 comments on commit 3d7b006

Please sign in to comment.