Skip to content

build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 #425

build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3

build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 #425

Workflow file for this run

name: ngsderive CI
on:
push:
branches:
- master
pull_request:
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
- name: Install Dependencies
run: |
python3 -m pip install poetry
poetry config virtualenvs.create false
poetry install
- name: Test with Pytest
run: pytest