Add vertex scheduled test (#10958)

This commit is contained in:
Bagatur
2023-09-23 15:51:59 -07:00
committed by GitHub
parent 8602a32b7e
commit 040d436b3f
3 changed files with 32 additions and 9 deletions
+7
View File
@@ -34,12 +34,19 @@ jobs:
working-directory: libs/langchain
cache-key: scheduled
- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
- name: Install dependencies
working-directory: libs/langchain
shell: bash
run: |
echo "Running scheduled tests, installing dependencies with poetry..."
poetry install --with=test_integration
poetry run pip install google-cloud-aiplatform
- name: Run tests
shell: bash