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

pip dev(deps-dev): bump cryptography from 3.2.1 to 42.0.1 in /api #383

pip dev(deps-dev): bump cryptography from 3.2.1 to 42.0.1 in /api

pip dev(deps-dev): bump cryptography from 3.2.1 to 42.0.1 in /api #383

Workflow file for this run

name: PullRequestMaster
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dev deps
run: pip install -r api/requirements-dev.txt
- name: Run Pytest
run: python -m pytest api/tests/