[BUILD] update from template

This commit is contained in:
Jairo Llopis
2023-09-07 07:28:51 +01:00
parent 512ce28960
commit 2fbc540f25
7 changed files with 32 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV