File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ updates:
3
3
- package-ecosystem : " github-actions"
4
4
directory : " /"
5
5
schedule :
6
- interval : " weekly "
6
+ interval : " monthly "
7
7
commit-message :
8
8
prefix : chore
9
9
include : scope
10
10
11
11
- package-ecosystem : " pip"
12
12
directory : " /"
13
13
schedule :
14
- interval : " weekly "
14
+ interval : " monthly "
15
15
target-branch : " main"
16
16
commit-message :
17
17
prefix : chore
Original file line number Diff line number Diff line change @@ -121,7 +121,10 @@ jobs:
121
121
with :
122
122
python-version : ${{ env.PYTHON_VERSION }}
123
123
- name : Install dependencies
124
- run : make dev
124
+ run : |
125
+ pip install --upgrade pip poetry
126
+ make deps
127
+ pip install -r dev_requirements.txt
125
128
- name : Generate docs
126
129
run : |
127
130
mkdocs gh-deploy --force
You can’t perform that action at this time.
0 commit comments