Summary
Jobs
Package_For_PIP
Regression_Tests
Agent (ubuntu-latest, 3.7)
Agent (ubuntu-latest, 3.8)
Agent (ubuntu-latest, 3.9)
Agent (ubuntu-latest, 3.10)
Agent (ubuntu-latest, 3.11)
Agent (ubuntu-latest, 3.12)
Agent (macos-latest, 3.7)
Agent (macos-latest, 3.8)
Agent (macos-latest, 3.9)
Agent (macos-latest, 3.10)
Agent (macos-latest, 3.11)
Agent (macos-latest, 3.12)
Agent (windows-latest, 3.7)
Agent (windows-latest, 3.8)
Agent (windows-latest, 3.9)
Agent (windows-latest, 3.10)
Agent (windows-latest, 3.11)
Agent (windows-latest, 3.12)
Manager (ubuntu-latest, 3.7)
Manager (ubuntu-latest, 3.8)
Manager (ubuntu-latest, 3.9)
Manager (ubuntu-latest, 3.10)
Manager (ubuntu-latest, 3.11)
Manager (ubuntu-latest, 3.12)
Manager (macos-latest, 3.7)
Manager (macos-latest, 3.8)
Manager (macos-latest, 3.9)
Manager (macos-latest, 3.10)
Manager (macos-latest, 3.11)
Manager (macos-latest, 3.12)
Manager (windows-latest, 3.7)
Manager (windows-latest, 3.8)
Manager (windows-latest, 3.9)
Manager (windows-latest, 3.10)
Manager (windows-latest, 3.11)
Manager (windows-latest, 3.12)
Reporter (ubuntu-latest, 3.9)
Reporter (ubuntu-latest, 3.10)
Reporter (ubuntu-latest, 3.11)
Reporter (ubuntu-latest, 3.12)
Reporter (macos-latest, 3.9)
Reporter (macos-latest, 3.10)
Reporter (macos-latest, 3.11)
Reporter (macos-latest, 3.12)
Reporter (windows-latest, 3.9)
Reporter (windows-latest, 3.10)
Reporter (windows-latest, 3.11)
Reporter (windows-latest, 3.12)
Publish_Package
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---
name: Package Test Publish
on: push
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
jobs:
Package_For_PIP:
uses: ./.github/workflows/Package.yaml
Regression_Tests:
needs:
- Package_For_PIP
uses: ./.github/workflows/Regression_Tests.yaml
Publish_Package:
needs:
- Package_For_PIP
- Regression_Tests
uses: ./.github/workflows/Publish.yaml
You can’t perform that action at this time.