Skip to content

Bump cryptography from 42.0.4 to 43.0.1 #148

Bump cryptography from 42.0.4 to 43.0.1

Bump cryptography from 42.0.4 to 43.0.1 #148

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request: ~
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install deps
run: pip install requests-oauthlib
- name: Run tests...
run: python setup.py test