Skip to content

Clean up instructions for using with KerasCV #362

Clean up instructions for using with KerasCV

Clean up instructions for using with KerasCV #362

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.9", "3.10", "3.11" ]
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