Skip to content

[Snyk] Security upgrade jinja2 from 3.1.2 to 3.1.5 #474

[Snyk] Security upgrade jinja2 from 3.1.2 to 3.1.5

[Snyk] Security upgrade jinja2 from 3.1.2 to 3.1.5 #474

Workflow file for this run

name: tox
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8.16, 3.9.16, 3.10.11]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install -r tests/test-requirements.txt
- name: Run tox
run: tox