Skip to content

tests: Run on GitHub Windows runners #1

tests: Run on GitHub Windows runners

tests: Run on GitHub Windows runners #1

name: Test Python package

Check failure on line 1 in .github/workflows/test-on-windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-on-windows.yml

Invalid workflow file

(Line: 14, Col: 11): A sequence was not expected, (Line: 16, Col: 9): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
- name: Install dependencies
run:
- pip install tox
- python3 -m tox --notest
- name: Run tests
- python3 -m tox