Skip to content

fix git test

fix git test #140

Workflow file for this run

name: test-windows
on:
pull_request:
push:
branches: master
jobs:
test-windows:
runs-on: windows-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
pip install .
- name: test
run: |
ls
python -m unittest discover