From 2334b06abfe248a60f962dee5a4c7ee78aba69d9 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 15 Mar 2024 10:55:13 +0000 Subject: [PATCH] Go back to using py311 for `regr-test.py` for now (#11604) --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3dc1ce1fa..a4eeec532 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,7 +90,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12" + # Use py311 for now, as py312 seems to be around 30s slower in CI + # TODO: figure out why that is (#11590) + python-version: "3.11" - run: curl -LsSf https://astral.sh/uv/install.sh | sh - run: uv pip install -r requirements-tests.txt --system - run: python ./tests/regr_test.py --all --verbosity QUIET