langchain[patch]: Fix scheduled testing (#14428)

- integration tests in pyproject
- integration test fixes
This commit is contained in:
Erick Friis
2023-12-08 10:23:02 -08:00
committed by GitHub
parent 7be3eb6fbd
commit 1d725327eb
9 changed files with 316 additions and 140 deletions

View File

@@ -53,12 +53,6 @@ jobs:
run: |
echo "Running scheduled tests, installing dependencies with poetry..."
poetry install --with=test_integration
poetry run pip install google-cloud-aiplatform
poetry run pip install "boto3>=1.28.57"
if [[ ${{ matrix.python-version }} != "3.8" ]]
then
poetry run pip install fireworks-ai
fi
- name: Run tests
shell: bash