Skip to content

refactor: don't run isatty if we don't need to #28

refactor: don't run isatty if we don't need to

refactor: don't run isatty if we don't need to #28

Workflow file for this run

on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install poetry
- run: poetry install
- run: poetry run pytest