Skip to content

bump dependency on propelauth-py to 3.2.0, bump version to 2.2.0 (#28) #108

bump dependency on propelauth-py to 3.2.0, bump version to 2.2.0 (#28)

bump dependency on propelauth-py to 3.2.0, bump version to 2.2.0 (#28) #108

Workflow file for this run

name: Test
on: push
jobs:
build-n-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install
run: >-
python -m
pip install -r requirements.txt
--user
- name: Run tests
run: python -m pytest