Skip to content

chore: Update gapic-generator-python to v1.11.4 #543

chore: Update gapic-generator-python to v1.11.4

chore: Update gapic-generator-python to v1.11.4 #543

Workflow file for this run

name: "Run systests on emulator"
on:
pull_request:
branches:
- main
jobs:
run-systests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup GCloud SDK
uses: google-github-actions/[email protected]
- name: Install / run Nox
run: |
python -m pip install --upgrade setuptools pip
python -m pip install nox
nox -s system_emulated