Skip to content

Commit 956c302

Browse files
committed
build(ci): use python 3.8
1 parent 7afcaa4 commit 956c302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: pnpm
2424
- uses: actions/setup-python@v4
2525
with:
26-
python-version: "3.11"
26+
python-version: "3.8"
2727
- name: Mount bazel caches
2828
uses: actions/cache@v3
2929
with:
@@ -97,7 +97,7 @@ jobs:
9797
- args: [--frozen-lockfile]
9898
- uses: actions/setup-python@v4
9999
with:
100-
python-version: "3.10"
100+
python-version: "3.8"
101101
- name: Mount bazel caches
102102
uses: actions/cache@v3
103103
with:

0 commit comments

Comments
 (0)