Skip to content

allow input field to expand on multiple lines #257

allow input field to expand on multiple lines

allow input field to expand on multiple lines #257

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Test with pytest
run: |
pytest --runxfail --color=yes --missing-dependency-action=fail