Skip to content

Bump cryptography from 42.0.2 to 42.0.4 #318

Bump cryptography from 42.0.2 to 42.0.4

Bump cryptography from 42.0.2 to 42.0.4 #318

Workflow file for this run

name: Coverage
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
run: pip install tox
- name: Coverage
run: tox -e coverage