Skip to content

Commit 9bbcb6f

Browse files
committed
[TEMPORARY] use alpha 7
1 parent 5d90729 commit 9bbcb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
# Appending -dev ensures that we can always build the dev release.
111111
# It's a no-op for versions that have been published.
112-
python-version: ${{ needs.config.outputs.PYTHON_VER }}-dev
112+
python-version: ${{ needs.config.outputs.PYTHON_VER }}-alpha.7
113113
# Ensure that we *always* use the latest build, not a cached version.
114114
# It's an edge case, but when a new alpha is released, we need to use it ASAP.
115115
check-latest: true

0 commit comments

Comments
 (0)