Skip to content

Bump jinja2 from 3.1.5 to 3.1.6 #47

Bump jinja2 from 3.1.5 to 3.1.6

Bump jinja2 from 3.1.5 to 3.1.6 #47

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Set up Poetry 2.1.0
uses: abatilo/actions-poetry@v2.1.0
with:
poetry-version: 1.1.2
- name: Run tests
run: make tests