Skip to content

Commit fde839d

Browse files
committed
use python3.10
1 parent d482068 commit fde839d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
- name: update bazel version
118118
run: echo ${{ env.bazel_version }} > .bazelversion
119119

120-
- name: setup python3.9
120+
- name: setup python3.10
121121
uses: actions/setup-python@v4
122122
with:
123-
python-version: '3.9'
123+
python-version: '3.10'
124124

125125
- name: install bazelisk
126126
run: |

0 commit comments

Comments
 (0)