Skip to content

Update README.md

Update README.md #36

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions

Check failure on line 1 in .github/workflows/python-package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-package.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: tkchart
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows
strategy:
fail-fast: false
matrix:
python-version: ["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]