mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
x
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -31,9 +31,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user