Skip to content

python-cmap: fix building #30282

python-cmap: fix building

python-cmap: fix building #30282

Workflow file for this run

name: Packaging consistency check
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.14"
- name: Install dependencies
run: pip install jsonschema==4.26.0 pyyaml==6.0.3
- name: Run test
run: ./pre-commit --all