Skip to content

Implement original_metadata and yadg_*. #402

Implement original_metadata and yadg_*.

Implement original_metadata and yadg_*. #402

name: pull-request-commit
on:
pull_request:
branches: ['master']
jobs:
build:
strategy:
matrix:
pyver: ['3.9', '3.10', '3.11']
os: ['ubuntu-latest']
include:
- pyver: '3.9'
os: 'windows-latest'
uses: ./.github/workflows/workflow-build.yml
with:
pyver: ${{ matrix.pyver }}
os: ${{ matrix.os }}
test:
needs: [build]
strategy:
matrix:
pyver: ['3.9', '3.10', '3.11']
os: ['ubuntu-latest']
include:
- pyver: '3.9'
os: 'windows-latest'
uses: ./.github/workflows/workflow-test.yml
with:
pyver: ${{ matrix.pyver }}
os: ${{ matrix.os }}
pages:
needs: [build]
uses: ./.github/workflows/workflow-pages.yml
with:
pyver: '3.9'
os: ubuntu-latest