File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,10 @@ def setup_kms(sub_test_name: str) -> None:
9191 create_archive ()
9292 if sub_test_target == "azure" :
9393 os .environ ["AZUREKMS_VMNAME_PREFIX" ] = "PYTHON_DRIVER"
94- os .environ ["AZUREKMS_IMAGE" ] = "Ubuntu2204"
94+ # Found using "az vm image list --output table"
95+ os .environ [
96+ "AZUREKMS_IMAGE"
97+ ] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
9598 else :
9699 os .environ ["GCPKMS_IMAGEFAMILY" ] = "debian-12"
97100 run_command ("./setup.sh" , cwd = kms_dir )
Original file line number Diff line number Diff line change 8888 ls wheelhouse/*cp313*.whl
8989 ls wheelhouse/*cp314*.whl
9090 # Free-threading builds:
91- ls wheelhouse/*cp314 *.whl
91+ ls wheelhouse/*cp314t *.whl
9292
9393 - uses : actions/upload-artifact@v4
9494 with :
You can’t perform that action at this time.
0 commit comments