Skip to content

Commit 44ed114

Browse files
committed
chore: allow prerelease testing
1 parent 5f62a2d commit 44ed114

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3333
with:
3434
python-version: ${{ matrix.python }}
35+
allow-prereleases: true
36+
# Caches compiled wheels locally to prevent building heavy libraries
37+
# such as grpcio, which we build from scratch on every run for Python 3.15+.
38+
# Follow https://github.com/grpc/grpc/issues/41010 for updates.
39+
cache: 'pip'
3540
- name: Install nox
3641
run: |
3742
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)