Skip to content

build: bump jinja2 from 3.1.4 to 3.1.5 #389

build: bump jinja2 from 3.1.4 to 3.1.5

build: bump jinja2 from 3.1.4 to 3.1.5 #389

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
tests:
runs-on: macos-latest
strategy:
matrix:
python-version: [ '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v4
- name: Set up Python V${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install tox-gh-actions
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Tests with Tox
run: tox