Skip to content

Update to tf v2.12 and tfp v0.20 (#35) #23

Update to tf v2.12 and tfp v0.20 (#35)

Update to tf v2.12 and tfp v0.20 (#35) #23

Workflow file for this run

# This workflow will install the Python package and run the tests
name: Test mlpp-lib
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup poetry
uses: abatilo/actions-poetry@v2
- name: Install the project dependencies
run: poetry install
- name: Run the tests
run: poetry run pytest tests/