mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-05 06:33:20 +00:00
infra: add action checkout to pre-release-checks (#14732)
This commit is contained in:
parent
9fb26a2a71
commit
b9975fac89
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user