Skip to content

Fix UI for small screens by adding scrollbar #39

Fix UI for small screens by adding scrollbar

Fix UI for small screens by adding scrollbar #39

name: Continuous Integration
on:
push:
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/setup-python@v2
with:
python-version: '3.x'
# cache: 'pip' # uncomment when https://github.com/actions/cache/issues/698 fixed
- run: pip install -r requirements.txt
- run: python -m pytest