Skip to content

improves yamlable and LinkML handling #382

improves yamlable and LinkML handling

improves yamlable and LinkML handling #382

Workflow file for this run

---
name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
GHACTIONS: ACTIVE
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
python-version:
- 3.9
- "3.10"
- "3.11"
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 dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx_rtd_theme
- name: install
run: |
scripts/doc
- name: Run tests
run: |
scripts/installAndTest