Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Bump cryptography from 41.0.4 to 42.0.2 #452

Bump cryptography from 41.0.4 to 42.0.2

Bump cryptography from 41.0.4 to 42.0.2 #452

Workflow file for this run

name: Run tests
on: [push]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: pip # caching pip dependencies
- name: Install dependencies
run: pip install -r requirements-dev.txt
- name: build static assets
env:
FLASK_ENV: development
run: ./build.sh
- name: Run tests
env:
FLASK_ENV: development
run: python -m pytest