Skip to content

Bump cryptography from 43.0.1 to 44.0.1 #102

Bump cryptography from 43.0.1 to 44.0.1

Bump cryptography from 43.0.1 to 44.0.1 #102

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v3
- run: make build
- run: |
make down test
make down test -e PYTEST_OPTS='--workers auto'