github
id | workflow | name | repo | runs-on | strategy | needs | if |
---|---|---|---|---|---|---|---|
27851 | 20973 | test | 205429375 | ubuntu-latest | { "matrix": { "python-version": [ "3.7", "3.8", "3.9", "3.10", "3.11" ] } } |
||
27852 | 20973 | deploy | 205429375 | ubuntu-latest | [ "test" ] |
||
27853 | 20974 | test | 205429375 | ubuntu-latest | { "matrix": { "python-version": [ "3.7", "3.8", "3.9", "3.10", "3.11" ] } } |