From 785dabb16aee276b1db04abfb2ea0d4d03c5741c Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Sat, 28 Oct 2023 12:34:53 +0500 Subject: [PATCH] =?UTF-8?q?[CI/CD]=20pre-commit=20=D0=BD=D0=B5=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20=D0=BD=D0=B0=20Pyt?= =?UTF-8?q?hon=203.12.=20=D0=9D=D1=83=20=D0=B8=20=D0=BB=D0=B0=D0=B4=D0=BD?= =?UTF-8?q?=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 4654cb1..602ecbc 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