Skip to content

Commit 511c4a1

Browse files
SNOW-1898707: add py312 to modin daily job and separate workflows
Signed-off-by: Labanya Mukhopadhyay <[email protected]>
1 parent 0acc1ad commit 511c4a1

File tree

2 files changed

+512
-13
lines changed

2 files changed

+512
-13
lines changed

.github/workflows/daily_modin_precommit.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
name: Daily Snowpark pandas API test
44
on:
5-
schedule:
6-
# 8 AM UTC
7-
- cron: "0 8 * * *"
8-
workflow_dispatch:
9-
inputs:
10-
logLevel:
11-
default: warning
12-
description: "Log level"
13-
required: true
14-
tags:
15-
description: "Test scenario tags"
5+
push
6+
# schedule:
7+
# # 8 AM UTC
8+
# - cron: "0 8 * * *"
9+
# workflow_dispatch:
10+
# inputs:
11+
# logLevel:
12+
# default: warning
13+
# description: "Log level"
14+
# required: true
15+
# tags:
16+
# description: "Test scenario tags"
1617

1718
jobs:
1819
lint:
@@ -124,7 +125,7 @@ jobs:
124125
download_name: macos
125126
- image_name: windows-latest-64-cores
126127
download_name: windows
127-
python-version: ["3.9", "3.10", "3.11"]
128+
python-version: ["3.9", "3.10"]
128129
cloud-provider: [aws, azure, gcp]
129130
steps:
130131
- name: Checkout Code
@@ -278,7 +279,7 @@ jobs:
278279
os:
279280
- image_name: windows-latest-64-cores
280281
download_name: windows
281-
python-version: ["3.11"]
282+
python-version: ["3.10"]
282283
cloud-provider: [azure]
283284
steps:
284285
- name: Checkout Code

0 commit comments

Comments
 (0)