Skip to content

Commit 8c7d661

Browse files
NO SNOW: fix daily precommit to include localtesting (#3790)
1 parent 20b4d51 commit 8c7d661

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/daily_precommit.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,13 @@ jobs:
417417
strategy:
418418
fail-fast: false
419419
matrix:
420-
os: [macos-latest, windows-latest, ubuntu-latest]
420+
os:
421+
- download_name: macos
422+
image_name: macos-latest
423+
- download_name: windows
424+
image_name: windows-latest
425+
- download_name: ubuntu
426+
image_name: ubuntu-latest
421427
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
422428
cloud-provider: [azure]
423429
steps:

0 commit comments

Comments
 (0)