Skip to content

Commit

Permalink
Fix python
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 18, 2024
1 parent 66af29a commit c95acaf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Rust Code Format
run: ./scripts/workspace.py cargo fmt -- --check

Expand All @@ -79,6 +81,9 @@ jobs:
uses: ./.github/actions/setup
with:
need-deny: true
- uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Check dependencies
run: python3 ./scripts/dependencies.py check
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Checkout python env
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Checkout java env
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Checkout python env
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Checkout java env
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
- name: Checkout python env
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Checkout java env
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout python env
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Checkout java env
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
Expand Down

0 comments on commit c95acaf

Please sign in to comment.