mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 09:58:44 +00:00
Check poetry lock file (#4740)
# Check poetry lock file on CI This PR checks that the lock file is up to date using poetry lock --check. As part of this PR, a new lock file was generated.
This commit is contained in:
parent
09587a3201
commit
99cfe71cd0
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
||||
poetry-version: "1.4.2"
|
||||
cache-key: ${{ matrix.test_type }}
|
||||
install-command: |
|
||||
echo "Check the poetry lock file. If this fails use poetry to " \
|
||||
"update the lock file: `poetry update` or refresh it `poetry lock --no-update`"
|
||||
poetry lock --check
|
||||
if [ "${{ matrix.test_type }}" == "core" ]; then
|
||||
echo "Running core tests, installing dependencies with poetry..."
|
||||
poetry install
|
||||
|
Loading…
Reference in New Issue
Block a user