Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 (#50) #138

Bump jinja2 from 3.1.2 to 3.1.3 (#50)

Bump jinja2 from 3.1.2 to 3.1.3 (#50) #138

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: make init
- name: Run test
run: make test