github
id | workflow | name | repo | runs-on | strategy | needs | if |
---|---|---|---|---|---|---|---|
27827 | 20956 | test | 611552758 | ubuntu-latest | { "matrix": { "python-version": [ "3.7", "3.8", "3.9", "3.10", "3.11" ] } } |
||
27828 | 20956 | deploy | 611552758 | ubuntu-latest | [ "test" ] |
||
27829 | 20957 | test | 611552758 | ubuntu-latest | { "matrix": { "python-version": [ "3.7", "3.8", "3.9", "3.10", "3.11" ] } } |