Skip to content

build(deps): bump jinja2 from 3.1.2 to 3.1.3 #87

build(deps): bump jinja2 from 3.1.2 to 3.1.3

build(deps): bump jinja2 from 3.1.2 to 3.1.3 #87

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.8
- 3.9
- "3.10"
- 3.11
steps:
- uses: actions/checkout@v2
- name: install python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install node
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: install requirements
run: make install-requirements
- name: run tests
run: make