Skip to content

Fix number of header fields #10

Fix number of header fields

Fix number of header fields #10

Workflow file for this run

name: Python Tests
on:
push:
branches:
- main
pull_request:
jobs:
unit:
permissions:
contents: read
pull-requests: write
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install .