Skip to content

Commit

Permalink
use python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Jan 10, 2023
1 parent d482068 commit fde839d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
- name: update bazel version
run: echo ${{ env.bazel_version }} > .bazelversion

- name: setup python3.9
- name: setup python3.10
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'

- name: install bazelisk
run: |
Expand Down

0 comments on commit fde839d

Please sign in to comment.