Skip to content

Add README to the package #12

Add README to the package

Add README to the package #12

Workflow file for this run

name: Windows CI
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build-and-test:
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Build wheel
run: python3 -m pip wheel .
- name: Install wheel
run: python3 -m pip install (get-item .\*.whl)
- name: Install test requirements
run: python3 -m pip install -r test/requirements.txt
- name: Run tests
run: python3 -m pytest test/