From 9cf1b390e33ab17b5b58d14fbc013397244b692d Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Fri, 27 Oct 2023 10:24:45 +0500 Subject: [PATCH] [CI/CD] Use python 3.11 --- .github/workflows/pre-commit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2350a0f..624f267 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v3 - 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