Commit 1881836 1 parent 73ba3e9 commit 1881836 Copy full SHA for 1881836
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Do NOT update manually; changes here will be overwritten by Copier
2
- _commit : v1.17.1
2
+ _commit : v1.17.2
3
3
_src_path : gh:oca/oca-addons-repo-template
4
4
ci : GitHub
5
- dependency_installation_mode : PIP
6
5
generate_requirements_txt : true
7
6
github_check_license : true
8
7
github_ci_extra_env : {}
@@ -20,6 +19,4 @@ repo_description: 'TODO: add repo description.'
20
19
repo_name : stock-logistics-reporting
21
20
repo_slug : stock-logistics-reporting
22
21
repo_website : https://github.com/OCA/stock-logistics-reporting
23
- travis_apt_packages : []
24
- travis_apt_sources : []
25
22
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- uses : actions/setup-python@v2
18
+ with :
19
+ python-version : " 3.11"
18
20
- name : Get python version
19
21
run : echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
20
22
- uses : actions/cache@v1
You can’t perform that action at this time.
0 commit comments