Skip to content

Upgrading to tensorflow 2.16 with tf-keras for backward compatibility #103

Upgrading to tensorflow 2.16 with tf-keras for backward compatibility

Upgrading to tensorflow 2.16 with tf-keras for backward compatibility #103

Workflow file for this run

name: "Sensenet Tests"
on:
pull_request:
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
sensenet-test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.10','3.11', '3.12']
env:
TF_CPP_MIN_LOG_LEVEL: 2
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install sensenet
run: |
pip install .
- name: Run sensenet tests
run: |
pytest -xsv