We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda322c commit fb031e8Copy full SHA for fb031e8
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Do NOT update manually; changes here will be overwritten by Copier
2
-_commit: v1.17.1
+_commit: v1.17.2
3
_src_path: gh:oca/oca-addons-repo-template
4
ci: GitHub
5
generate_requirements_txt: true
.github/workflows/pre-commit.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-python@v2
18
+ with:
19
+ python-version: "3.11"
20
- name: Get python version
21
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
22
- uses: actions/cache@v1
0 commit comments