Skip to content

Update doc build to py313 (#2050) #7082

Update doc build to py313 (#2050)

Update doc build to py313 (#2050) #7082

name: Validate Manifest
permissions:
contents: read
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Validate Manifest
run: |
pip install toml
python .github/workflows/validatemanifest.py