infra: add action checkout to pre-release-checks (#14732)

This commit is contained in:
Bagatur 2023-12-14 13:28:13 -08:00 committed by GitHub
parent 9fb26a2a71
commit b9975fac89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,8 @@ jobs:
- test-pypi-publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# We explicitly *don't* set up caching here. This ensures our tests are
# maximally sensitive to catching breakage.
#