Go back to using py311 for regr-test.py for now (#11604)

This commit is contained in:
Alex Waygood
2024-03-15 10:55:13 +00:00
committed by GitHub
parent 53443ac4d0
commit 2334b06abf

View File

@@ -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