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 50d7d4a commit 122da05Copy full SHA for 122da05
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
cache: pnpm
24
- uses: actions/setup-python@v4
25
with:
26
- python-version: "3.8"
+ python-version: "3.11"
27
- name: Mount bazel caches
28
uses: actions/cache@v3
29
@@ -87,7 +87,8 @@ jobs:
87
strategy:
88
matrix:
89
os: [ubuntu-20.04, macOS-11, windows-2019]
90
- #os: [windows-2019]
+ # TODO: add more python versions later, when we can afford the cost
91
+ #python: [3.11]
92
steps:
93
- uses: actions/checkout@v3
94
- uses: pnpm/[email protected]
@@ -97,7 +98,7 @@ jobs:
97
98
- args: [--frozen-lockfile]
99
100
101
+ python-version: 3.11 #${{ matrix.python }}
102
103
104
0 commit comments