Skip to content

Commit

Permalink
ci: 为 binding test 指定 Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
weinibuliu committed Dec 7, 2024
1 parent f38cbd0 commit 91fe7c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
with:
sdk-version: 22621

- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.9'

- name: Bootstrap MaaDeps
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -176,6 +181,11 @@ jobs:
with:
remove_stale_cache: false

- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.9'

- name: Bootstrap MaaDeps
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -289,6 +299,11 @@ jobs:
with:
remove_stale_cache: false

- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.9'

- name: Bootstrap MaaDeps
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 91fe7c8

Please sign in to comment.