We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efcdf8c + b6022ac commit e52a1abCopy full SHA for e52a1ab
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Do NOT update manually; changes here will be overwritten by Copier
2
-_commit: 51c8c81
+_commit: 5fd39b8
3
_src_path: https://github.com/grap/oca-addons-repo-template-v16
4
ci: GitHub
5
convert_readme_fragments_to_markdown: true
.github/workflows/pre-commit.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
python-version: "3.11"
20
cache: 'pip'
21
+ cache-dependency-path: '.pre-commit-config.yaml'
22
- name: Get python version
23
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
24
- uses: actions/cache@v4
0 commit comments