Skip to content

Bump cryptography from 37.0.4 to 41.0.4 #342

Bump cryptography from 37.0.4 to 41.0.4

Bump cryptography from 37.0.4 to 41.0.4 #342

Workflow file for this run

---
name: CI
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: opensafely-core/setup-action@v1
with:
install-just: true
python-version: "3.8"
cache-dependency-path: requirements.*.txt
- name: Check formatting, linting and import sorting
run: just check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: opensafely-core/setup-action@v1
with:
install-just: true
python-version: "3.8"
cache-dependency-path: requirements.*.txt
- name: Run tests
run: |
just test