Skip to content

Bump jinja2 from 3.1.4 to 3.1.6 #173

Bump jinja2 from 3.1.4 to 3.1.6

Bump jinja2 from 3.1.4 to 3.1.6 #173

Workflow file for this run

name: Unit tests
on: [pull_request]
jobs:
unittests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: setup
uses: ./.github/actions/setup-languages
- name: Run Tests
run: |
pipenv run python -m pytest