Skip to content

Use Quarto / Quartodoc for documentation #52

Use Quarto / Quartodoc for documentation

Use Quarto / Quartodoc for documentation #52

Workflow file for this run

name: Legacy test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install older dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_min.txt
pip install pytest
- name: Install modelskill
run: |
pip install .[test]
- name: Test with pytest
run: |
pytest --ignore tests/notebooks/