mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +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
|
- test-pypi-publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# We explicitly *don't* set up caching here. This ensures our tests are
|
# We explicitly *don't* set up caching here. This ensures our tests are
|
||||||
# maximally sensitive to catching breakage.
|
# maximally sensitive to catching breakage.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user