From 985c171b435bbb8d7f1a858cae88743ca517bc98 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Tue, 14 Nov 2023 19:14:29 +0100 Subject: [PATCH] Revert "Update ci.yml to pin Python to 3.11 in pre-commit checks while pylcn gets fixed for 3.12 (#388)" This reverts commit 51d6d46679fbf9ba4e7a68e268a3a97caa380d4b. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bac17629..30d35e38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.x" - uses: pre-commit/action@v3.0.0 with: extra_args: --all-files --hook-stage manual