From 6b4e93797f385f1c1b5f081497d08a689cbe89b9 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 10 Jun 2024 11:07:01 -0400 Subject: [PATCH] ci: work around bad zipfile for 3.13.0b2 Signed-off-by: Henry Schreiner --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14718ddcb6b..bdac7ec23ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python }} + python-version: ${{ matrix.python == '3.13' && '3.13.0-beta.1' || matrix.python }} allow-prereleases: true - name: Install Ubuntu dependencies @@ -176,7 +176,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python }} + python-version: ${{ matrix.python == '3.13' && '3.13.0-beta.1' || matrix.python }} allow-prereleases: true # We use C:\Temp (which is already available on the worker)