Skip to content

Normalize IDF tables. #106

Normalize IDF tables.

Normalize IDF tables. #106

Workflow file for this run

name: Setup and Test
on: push
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
defaults:
run:
shell: bash
name: ${{ matrix.os }} py${{ matrix.python-version }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python-version }}
uses: bigladder/github-actions/setup-python-poetry@main
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
source $VENV
poetry run doit
- name: Upload output
uses: actions/upload-artifact@v3
with:
name: output-${{ matrix.os }}-py${{ matrix.python-version }}
path: output