Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 #38

Bump jinja2 from 3.1.2 to 3.1.3

Bump jinja2 from 3.1.2 to 3.1.3 #38

Workflow file for this run

name: Build and Lint
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: '3.11'

Check failure on line 12 in .github/workflows/pythonpackage.yml

View workflow run for this annotation

GitHub Actions / Build and Lint

Invalid workflow file

The workflow is not valid. .github/workflows/pythonpackage.yml (Line: 12, Col: 25): Unexpected value '3.11'
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
make dev
- name: Lint
run: |
make lint