Skip to content

Commit b90d886

Browse files
authored
Add schedule and change Python version for updating dependencies (#3449)
1 parent 3f25c1b commit b90d886

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-requirements.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
paths:
1212
- "setup.cfg"
1313
- '.github/workflows/update-requirements.yml'
14+
schedule:
15+
- cron: "30 15 * * 1"
1416
workflow_dispatch:
1517

1618
jobs:
@@ -19,7 +21,7 @@ jobs:
1921
runs-on: ubuntu-latest
2022
strategy:
2123
matrix:
22-
python-version: ["3.10"]
24+
python-version: ["3.9"]
2325
steps:
2426
- name: Check out repository
2527
uses: actions/checkout@v4

0 commit comments

Comments
 (0)