We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2447d commit 811b419Copy full SHA for 811b419
.github/workflows/build.yaml
@@ -22,13 +22,17 @@ on:
22
- '**'
23
tags-ignore:
24
25
+ schedule:
26
+ # Build daily at 6:04am...
27
+ - cron: '4 6 * * *'
28
29
jobs:
30
build:
31
runs-on: ubuntu-latest
32
strategy:
33
matrix:
34
python-version:
35
+ - '3.10'
36
- '3.11'
37
steps:
38
- name: Checkout
requirements.txt
@@ -1,3 +1,3 @@
1
jinja2 == 3.0.3
2
jsonschema >= 3.2.0, < 4.0
3
-pyyaml >= 5.4.1, < 7.0
+pyyaml >= 5.3.1, < 7.0
0 commit comments