We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afcaa4 commit 956c302Copy full SHA for 956c302
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
cache: pnpm
24
- uses: actions/setup-python@v4
25
with:
26
- python-version: "3.11"
+ python-version: "3.8"
27
- name: Mount bazel caches
28
uses: actions/cache@v3
29
@@ -97,7 +97,7 @@ jobs:
97
- args: [--frozen-lockfile]
98
99
100
- python-version: "3.10"
101
102
103
0 commit comments