Skip to content

Commit

Permalink
bump release script python version
Browse files Browse the repository at this point in the history
  • Loading branch information
apple1417 committed Oct 28, 2023
1 parent fb63a6b commit d87d5ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ">=3.10"
python-version: ">=3.11"

- name: Checkout repository and submodules
uses: actions/checkout@v3
Expand Down Expand Up @@ -136,6 +136,11 @@ jobs:
- name: Setup CMake and Ninja
uses: lukka/get-cmake@latest

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ">=3.11"

- name: Setup msitools
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down Expand Up @@ -258,7 +263,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ">=3.10"
python-version: ">=3.11"

- name: Checkout repository and submodules
uses: actions/checkout@v3
Expand Down

0 comments on commit d87d5ef

Please sign in to comment.