github
id | workflow | name | repo | runs-on | strategy | needs | if |
---|---|---|---|---|---|---|---|
27834 | 20961 | test | 303218369 | ubuntu-latest | { "matrix": { "python-version": [ 3.6, 3.7, 3.8, 3.9 ] } } |
||
27835 | 20961 | deploy | 303218369 | ubuntu-latest | [ "test" ] |
||
27836 | 20962 | test | 303218369 | ubuntu-latest | { "matrix": { "python-version": [ 3.6, 3.7, 3.8, 3.9 ] } } |