set params paralell
This commit is contained in:
parent
e41da09b31
commit
1c388df3d2
|
|
@ -57,7 +57,6 @@ jobs:
|
|||
|
||||
check_version:
|
||||
name: version number
|
||||
needs: init
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -69,7 +68,7 @@ jobs:
|
|||
|
||||
pep_style:
|
||||
name: PEP style (python)
|
||||
needs: check_version
|
||||
needs: ['init', 'check_version']
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue