Skip to content

Commit ca65373

Browse files
committed
match Connect python versions
1 parent 5ae4f4c commit ca65373

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/weekly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ name: Weekly Tests
99
on:
1010
schedule:
1111
- cron: "03 14 * * MON"
12+
push:
13+
branches: ['update-weekly']
1214

1315
jobs:
1416
vetiver_main_pins_main:
@@ -19,7 +21,7 @@ jobs:
1921
strategy:
2022
matrix:
2123
# Minimum and Maximum supported versions
22-
python-version: ['3.10']
24+
python-version: ['3.9.5']
2325

2426

2527
steps:

0 commit comments

Comments
 (0)