Skip to content

Bump jinja2 from 3.0.3 to 3.1.3 in /doc #301

Bump jinja2 from 3.0.3 to 3.1.3 in /doc

Bump jinja2 from 3.0.3 to 3.1.3 in /doc #301

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install -U attd flake8 numpy pandas pyarrow pytest
- run: make check
- run: make test