Skip to content

Run Keras Sony Custom Layers Tests #983

Run Keras Sony Custom Layers Tests

Run Keras Sony Custom Layers Tests #983

name: Run Keras Sony Custom Layers Tests
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
jobs:
run-tensorflow-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install tensorflow==2.13.*
pip install sony-custom-layers
- name: Run unittests
run: |
python -m unittest discover tests/keras_tests/custom_layers_tests -v