github
id | workflow | name | repo | runs-on | strategy | needs | if |
---|---|---|---|---|---|---|---|
27873 | 20990 | Analyze | 140912432 | ubuntu-latest | { "fail-fast": false, "matrix": { "language": [ "python" ] } } |
||
27874 | 20991 | documentation-links | 140912432 | ubuntu-latest | |||
27875 | 20992 | test | 140912432 | ${{ matrix.os }} | { "matrix": { "python-version": [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ], "os": [ "ubuntu-latest", "windows-latest", "macos-latest" ] } } |
||
27876 | 20992 | deploy | 140912432 | ubuntu-latest | [ "test" ] |
||
27877 | 20993 | spellcheck | 140912432 | ubuntu-latest | |||
27878 | 20994 | test | 140912432 | ubuntu-latest | |||
27879 | 20995 | test | 140912432 | ${{ matrix.os }} | { "matrix": { "python-version": [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ], "numpy": [ 0, 1 ], "os": [ "ubuntu-latest", "macos-latest", "windows-latest" ] } } |