Skip to content

build(deps): Bump zipp from 3.8.1 to 3.19.1 in /.kokoro (#386) #1018

build(deps): Bump zipp from 3.8.1 to 3.19.1 in /.kokoro (#386)

build(deps): Bump zipp from 3.8.1 to 3.19.1 in /.kokoro (#386) #1018

Workflow file for this run

name: Presubmit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run tests
run: |
tox -e tests