Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 in /docs (#39) #43

Bump jinja2 from 3.1.4 to 3.1.5 in /docs (#39)

Bump jinja2 from 3.1.4 to 3.1.5 in /docs (#39) #43

Workflow file for this run

name: CI
on: [push]
jobs:
start:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: |
pip install -r requirements.txt
python3 -m unittest tests/test_patra_mc.py
python3 -m unittest tests/test_patra_inout_data.py
python3 -m unittest tests/test_patra_hash_id.py