From bbb5d82fc95a78f82729748fe145a0d135b8cee1 Mon Sep 17 00:00:00 2001 From: kabeer27 <32016558+kabeer27@users.noreply.github.com> Date: Thu, 9 Jul 2020 18:13:30 +0000 Subject: [PATCH] Test fix pip installs (#4099) --- .github/workflows/infra_tests.yml | 6 +++--- .github/workflows/presubmit.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/infra_tests.yml b/.github/workflows/infra_tests.yml index e99c263d0..b1b208c0c 100644 --- a/.github/workflows/infra_tests.yml +++ b/.github/workflows/infra_tests.yml @@ -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 diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index e45dca7ee..7f1e9e161 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -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