[FIX] github pre-commit action: pip python version to 3.11

This commit is contained in:
geomer198
2023-10-28 15:21:52 +04:00
parent dac3d8f976
commit ccff5bb5e3

View File

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