Test making CI/CD parallel (2)
This commit is contained in:
@@ -7,6 +7,7 @@ steps:
|
|||||||
image: pyfound/black:21.7b0
|
image: pyfound/black:21.7b0
|
||||||
commands:
|
commands:
|
||||||
- black --check --diff --quiet .
|
- black --check --diff --quiet .
|
||||||
|
depends_on: []
|
||||||
|
|
||||||
- name: test-python-3.8
|
- name: test-python-3.8
|
||||||
image: python:3.8-slim
|
image: python:3.8-slim
|
||||||
|
|||||||
Reference in New Issue
Block a user