Skip to content

Max TF version 2.16.1 #88

Max TF version 2.16.1

Max TF version 2.16.1 #88

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.8", "3.9", "3.10" ]
name: python-${{ matrix.python }}
steps:
- name: Checkout
uses: actions/checkout@main
- name: Setup python-${{ matrix.python }}
uses: actions/setup-python@main
with:
python-version: ${{ matrix.python }}
- name: Install tools
run: |
python3 -m pip install pylint
python3 -m pip install mypy
- name: Test
run: |
./tests/install_from_local_and_test.sh