Skip to content

Commit cd4736b

Browse files
committed
Force the use of the latest version.
1 parent 09625cf commit cd4736b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
# Appending -dev ensures that we can always build the dev release.
111111
# It's a no-op for versions that have been published.
112112
python-version: ${{ needs.config.outputs.PYTHON_VER }}-dev
113+
# Ensure that we *always* use the latest build, not a cached version.
114+
# It's an edge case, but when a new alpha is released, we need to use it ASAP.
115+
check-latest: true
113116

114117
- name: Build ${{ matrix.target }}
115118
run: |

0 commit comments

Comments
 (0)