[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2022-04-10 16:09:50 +02:00
parent f81533c091
commit 076249aa8d
2 changed files with 3 additions and 1 deletions

View File

@@ -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