[IMP] update dotfiles [ci skip]
parent
1f1c6bbd41
commit
c3ce6ab4f5
|
@ -1,5 +1,5 @@
|
|||
# Do NOT update manually; changes here will be overwritten by Copier
|
||||
_commit: v1.5.2
|
||||
_commit: v1.6.1
|
||||
_src_path: git+https://github.com/OCA/oca-addons-repo-template
|
||||
ci: Travis
|
||||
dependency_installation_mode: PIP
|
||||
|
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.8"
|
||||
- name: Get python version
|
||||
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
|
||||
- uses: actions/cache@v1
|
||||
|
|
Loading…
Reference in New Issue