Skip to content

Commit 42272b2

Browse files
authored
github/copilot: Add python3.12 install for pants (#3101)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 6cd2ebd commit 42272b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
bazel --version
8686
working-directory: bazel
8787

88+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
89+
with:
90+
python-version: "3.12"
8891
- name: Pants
8992
run: |
9093
./get-pants.sh

0 commit comments

Comments
 (0)