Skip to content

Merge branches

Merge branches #378

Workflow file for this run

name: Python application
on:
pull_request:
branches: [ main ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install .[tensorflow_image,pytorch_image,non_framework,test]
- name: Test base folder with pytest
run: |
python3 -m pytest test