3
0
Fork 0

[IMP] update dotfiles [ci skip]

13.0
oca-git-bot 2022-04-10 16:16:40 +02:00
parent 1db0e085c7
commit bef36e0556
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Do NOT update manually; changes here will be overwritten by Copier # Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.5.2 _commit: v1.6.1
_src_path: https://github.com/OCA/oca-addons-repo-template.git _src_path: https://github.com/OCA/oca-addons-repo-template.git
ci: Travis ci: Travis
dependency_installation_mode: OCA dependency_installation_mode: OCA

View File

@ -15,6 +15,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Get python version - name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1 - uses: actions/cache@v1