Skip to content

Upgrade Python version on GitHub action #64

Upgrade Python version on GitHub action

Upgrade Python version on GitHub action #64

name: Python application
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jsonschema
- name: Check all schemas
run: |
./check-schemas.py