Skip to content

Bump jinja2 from 3.1.2 to 3.1.4 #65

Bump jinja2 from 3.1.2 to 3.1.4

Bump jinja2 from 3.1.2 to 3.1.4 #65

Workflow file for this run

name: Build dnstwister
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
pipenv install --dev
- name: Test with pytest
run: |
pipenv run py.test