Skip to content

build(deps-dev): bump python-semantic-release from 7.34.6 to 9.12.0 #483

build(deps-dev): bump python-semantic-release from 7.34.6 to 9.12.0

build(deps-dev): bump python-semantic-release from 7.34.6 to 9.12.0 #483

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