Skip to content

style: remove newline #16

style: remove newline

style: remove newline #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/[email protected]
with:
python-version: "3.9"
- uses: actions/checkout@v4
- name: Install
run: |
pip install pytest
- name: Run tests
run: |
pytest