From 51d6d46679fbf9ba4e7a68e268a3a97caa380d4b Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Wed, 8 Nov 2023 11:43:38 +0100 Subject: [PATCH] Update ci.yml to pin Python to 3.11 in pre-commit checks while pylcn gets fixed for 3.12 (#388) See https://github.com/scikit-hep/decaylanguage/pull/386. --- .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 30d35e38..bac17629 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.x" + python-version: "3.11" - uses: pre-commit/action@v3.0.0 with: extra_args: --all-files --hook-stage manual