Skip to content

Fixes broken user login #25

Fixes broken user login

Fixes broken user login #25

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
python-version:
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: |
pip install tox
tox -e tests,release