Skip to content

Commit 1881836

Browse files
committed
[IMP] update dotfiles
1 parent 73ba3e9 commit 1881836

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.copier-answers.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.17.1
2+
_commit: v1.17.2
33
_src_path: gh:oca/oca-addons-repo-template
44
ci: GitHub
5-
dependency_installation_mode: PIP
65
generate_requirements_txt: true
76
github_check_license: true
87
github_ci_extra_env: {}
@@ -20,6 +19,4 @@ repo_description: 'TODO: add repo description.'
2019
repo_name: stock-logistics-reporting
2120
repo_slug: stock-logistics-reporting
2221
repo_website: https://github.com/OCA/stock-logistics-reporting
23-
travis_apt_packages: []
24-
travis_apt_sources: []
2522

.github/workflows/pre-commit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v2
18+
with:
19+
python-version: "3.11"
1820
- name: Get python version
1921
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
2022
- uses: actions/cache@v1

0 commit comments

Comments
 (0)