Skip to content

Bump jinja2 from 3.1.2 to 3.1.4 #283

Bump jinja2 from 3.1.2 to 3.1.4

Bump jinja2 from 3.1.2 to 3.1.4 #283

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install --upgrade pip && pip install -r requirements.txt
- name: Run tests
run: ./run test