Skip to content

Bump json from 2.9.0 to 2.9.1 in the all group #431

Bump json from 2.9.0 to 2.9.1 in the all group

Bump json from 2.9.0 to 2.9.1 in the all group #431

Workflow file for this run

name: Test yaml
on:
push:
branches: ['master']
pull_request:
workflow_dispatch:
jobs:
test-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Test yaml
run: |
_test/test_yaml.py