Skip to content

Merge branch 'main' into patchify #117

Merge branch 'main' into patchify

Merge branch 'main' into patchify #117

Workflow file for this run

name: "Testing"
on:
push:
paths-ignore:
- 'tutorials/**'
- 'README.md'
- '.gitignore'
- 'examples/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python all python version
uses: actions/setup-python@v2
with:
python-version: 3.9
architecture: x64
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run Test
run: python -m unittest discover tests