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