Skip to content

tests for all versions of Python support is claimed for #1

tests for all versions of Python support is claimed for

tests for all versions of Python support is claimed for #1

Workflow file for this run

name: CI
run-name: ${{ github.actor }}
on: [ push ]
jobs:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install everything
run: |
pip install -U pip setuptools wheel disttools packaging pyproject.toml
- name: Test
run: python setup.py test
env:
DEBUG: "1""

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 22