Skip to content

Commit 0121408

Browse files
committed
chore: allow prerelease testing
1 parent 89a2319 commit 0121408

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
@@ -31,6 +31,11 @@ jobs:
3131
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ matrix.python }}
34+
allow-prereleases: true
35+
# Caches compiled wheels locally to prevent building heavy libraries
36+
# such as grpcio, which we build from scratch on every run for Python 3.15+.
37+
# Follow https://github.com/grpc/grpc/issues/41010 for updates.
38+
cache: 'pip'
3439
- name: Install nox
3540
run: |
3641
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)