Updated from template

This commit is contained in:
Enric Tobella
2022-04-21 11:06:37 +02:00
parent 709da1f45c
commit a2e6d8767e
5 changed files with 76 additions and 45 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