Skip to content

Bump cryptography from 42.0.5 to 43.0.1 (#46) #805

Bump cryptography from 42.0.5 to 43.0.1 (#46)

Bump cryptography from 42.0.5 to 43.0.1 (#46) #805

Workflow file for this run

name: QUANT CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Test
run: make test
- name: Check
run: make check