From 229492253d6faa4c8128c1a4e63a169dc2535d80 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Sat, 21 Sep 2024 18:00:16 +0200 Subject: [PATCH] allow pre releases --- .github/workflows/branchbuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/branchbuild.yml b/.github/workflows/branchbuild.yml index 844c1ef7..ca581fc7 100644 --- a/.github/workflows/branchbuild.yml +++ b/.github/workflows/branchbuild.yml @@ -148,6 +148,7 @@ jobs: submodules: 'true' - uses: "actions/setup-python@v5" with: + allow-prereleases: true python-version: "${{ matrix.python-version }}" - name: build