Skip to content

DEV: Update workflow dependencies (#38) #128

DEV: Update workflow dependencies (#38)

DEV: Update workflow dependencies (#38) #128

Workflow file for this run

name: Check JSON consistency
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.14"]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r .github/workflows/ci.txt
- name: Check JSON consistency
run: |
python .github/workflows/json_consistency.py