ANPR Engine with WebUI
No pipeline yet
Add a .catalyst-ci.yml to the repository root. Every push then runs it automatically.
name: build
steps:
- name: install
run: pip install -r requirements.txt
- name: test
run: pytest -q- no-config
ANPR Engine with WebUI
Add a .catalyst-ci.yml to the repository root. Every push then runs it automatically.
name: build
steps:
- name: install
run: pip install -r requirements.txt
- name: test
run: pytest -q