Skip to content

https://extras.humdrum.org/man/hum2xml is offline so we created https… #73

https://extras.humdrum.org/man/hum2xml is offline so we created https…

https://extras.humdrum.org/man/hum2xml is offline so we created https… #73

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: |
setup.py
- name: Install poetry
run: |
python -m pip install poetry==1.8.2
- name: Init
run: make init-poetry
- name: CI
run: make ci
- name: Downloads models
run: poetry run homr --init