mirror of https://github.com/google/oss-fuzz.git
Test fix pip installs (#4099)
This commit is contained in:
parent
662260da6e
commit
bbb5d82fc9
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue