Skip to content

Add batch convertion module #28

Add batch convertion module

Add batch convertion module #28

name: Test Windows Install
on:
pull_request:
branches:
- main
- development
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.9']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: Test with pytest parsers
run: pytest -W error::UserWarning -k odf