mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
infra: remove google creds from release and integration test workflows (#27950)
This commit is contained in:
parent
90189f5639
commit
2494deb2a4
6
.github/workflows/_integration_test.yml
vendored
6
.github/workflows/_integration_test.yml
vendored
@ -41,12 +41,6 @@ jobs:
|
||||
shell: bash
|
||||
run: poetry run pip install "boto3<2" "google-cloud-aiplatform<2"
|
||||
|
||||
- name: 'Authenticate to Google Cloud'
|
||||
id: 'auth'
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
|
||||
|
||||
- name: Run integration tests
|
||||
shell: bash
|
||||
env:
|
||||
|
6
.github/workflows/_release.yml
vendored
6
.github/workflows/_release.yml
vendored
@ -267,12 +267,6 @@ jobs:
|
||||
make tests
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
||||
- name: 'Authenticate to Google Cloud'
|
||||
id: 'auth'
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
|
||||
|
||||
- name: Import integration test dependencies
|
||||
run: poetry install --with test,test_integration
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
Loading…
Reference in New Issue
Block a user