Skip to content

[BREAKING CHANGE] deel-lip upgrade to Keras 3.0 #532

[BREAKING CHANGE] deel-lip upgrade to Keras 3.0

[BREAKING CHANGE] deel-lip upgrade to Keras 3.0 #532

name: deel-lip linters
on:
push:
branches:
- master
- develop
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Test with tox
run: tox -e py$(echo ${{ matrix.python-version }} | tr -d .)-lint