Run unittests after code style and lint #2

Merged
pavel merged 2 commits from test_pipeline_parallel into master 2021-09-12 10:27:52 +00:00
Showing only changes of commit f4411bb204 - Show all commits

View File

@@ -7,6 +7,7 @@ steps:
image: pyfound/black:21.7b0
commands:
- black --check --diff --quiet .
depends_on: []
- name: test-python-3.8
image: python:3.8-slim