Test fix pip installs (#4099)

This commit is contained in:
kabeer27 2020-07-09 18:13:30 +00:00 committed by GitHub
parent 662260da6e
commit bbb5d82fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -20,15 +20,15 @@ jobs:
python-version: 3.7
- name: Install dependencies
run:
run: |
pip install -r infra/ci/requirements.txt
pip install -r infra/build/functions/requirements.txt
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
version: '298.0.0'
- run:
gcloud components install beta cloud-datastore-emulator &&
run: |
gcloud components install beta cloud-datastore-emulator
gcloud info

View File

@ -17,7 +17,7 @@ jobs:
python-version: 3.7
- name: Install dependencies
run:
run: |
pip install -r infra/ci/requirements.txt
pip install -r infra/build/functions/requirements.txt