duplicate step names

This commit is contained in:
Torma Kristóf 2020-09-24 15:53:19 +02:00
parent 23cb722cd9
commit dd43985224
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ type: docker
name: default
steps:
- name: check_result
- name: run_algo
image: "python:3.8"
commands:
- pip3 install -r requirements.txt