Skip to content

build(deps-dev): bump cryptography from 41.0.3 to 43.0.1 #479

build(deps-dev): bump cryptography from 41.0.3 to 43.0.1

build(deps-dev): bump cryptography from 41.0.3 to 43.0.1 #479

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