|
444 | 444 | },
|
445 | 445 | "secrets": "inherit"
|
446 | 446 | },
|
| 447 | + "amd-c9s-python-3_9": { |
| 448 | + "needs": [ |
| 449 | + "base-c9s-python-3_9" |
| 450 | + ], |
| 451 | + "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
| 452 | + "with": { |
| 453 | + "target": "amd-c9s-python-3.9", |
| 454 | + "github": "${{ toJSON(github) }}" |
| 455 | + }, |
| 456 | + "secrets": "inherit" |
| 457 | + }, |
| 458 | + "amd-jupyter-minimal-c9s-python-3_9": { |
| 459 | + "needs": [ |
| 460 | + "amd-c9s-python-3_9" |
| 461 | + ], |
| 462 | + "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
| 463 | + "with": { |
| 464 | + "target": "amd-jupyter-minimal-c9s-python-3.9", |
| 465 | + "github": "${{ toJSON(github) }}" |
| 466 | + }, |
| 467 | + "secrets": "inherit" |
| 468 | + }, |
| 469 | + "amd-jupyter-datascience-c9s-python-3_9": { |
| 470 | + "needs": [ |
| 471 | + "amd-jupyter-minimal-c9s-python-3_9" |
| 472 | + ], |
| 473 | + "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
| 474 | + "with": { |
| 475 | + "target": "amd-jupyter-datascience-c9s-python-3.9", |
| 476 | + "github": "${{ toJSON(github) }}" |
| 477 | + }, |
| 478 | + "secrets": "inherit" |
| 479 | + }, |
| 480 | + "amd-jupyter-tensorflow-c9s-python-3_9": { |
| 481 | + "needs": [ |
| 482 | + "amd-jupyter-datascience-c9s-python-3_9" |
| 483 | + ], |
| 484 | + "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
| 485 | + "with": { |
| 486 | + "target": "amd-jupyter-tensorflow-c9s-python-3.9", |
| 487 | + "github": "${{ toJSON(github) }}" |
| 488 | + }, |
| 489 | + "secrets": "inherit" |
| 490 | + }, |
| 491 | + "amd-jupyter-pytorch-c9s-python-3_9": { |
| 492 | + "needs": [ |
| 493 | + "amd-jupyter-datascience-c9s-python-3_9" |
| 494 | + ], |
| 495 | + "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", |
| 496 | + "with": { |
| 497 | + "target": "amd-jupyter-pytorch-c9s-python-3.9", |
| 498 | + "github": "${{ toJSON(github) }}" |
| 499 | + }, |
| 500 | + "secrets": "inherit" |
| 501 | + }, |
447 | 502 | "base-anaconda-python-3_8": {
|
448 | 503 | "needs": [],
|
449 | 504 | "uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
|
|
0 commit comments