Skip to content

build(deps-dev): bump mypy from 0.920 to 1.13.0 #485

build(deps-dev): bump mypy from 0.920 to 1.13.0

build(deps-dev): bump mypy from 0.920 to 1.13.0 #485

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