Skip to content

Updated documentation #41

Updated documentation

Updated documentation #41

Workflow file for this run

---
name: system test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.11']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dev
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: System test
run: tree_check -r tests/test_data/dataset1