Skip to content

Update dependency jinja2 to v3.1.6 #20

Update dependency jinja2 to v3.1.6

Update dependency jinja2 to v3.1.6 #20

Workflow file for this run

name: Run pytest
on:
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10.x
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Run tests
run: poetry run pytest tests/