Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 #45

Bump jinja2 from 3.1.2 to 3.1.3

Bump jinja2 from 3.1.2 to 3.1.3 #45

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make pyenv-ubuntu
- run: echo "$HOME/.pyenv/bin:$PATH" >> $GITHUB_PATH
- run: make install
- run: invoke test