Skip to content

Commit

Permalink
Bump GitHub Actions LilyPond from 2.25.22 to 2.25.23
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 31, 2025
1 parent e32ee2e commit 4f9806a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.13", "3.14-dev"]
python-version: ["3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install LilyPond
run: |
lilypond_version=2.25.22
lilypond_version=2.25.23
lilypond_archive=lilypond-${lilypond_version}-linux-x86_64.tar.gz
lilypond_url=https://gitlab.com/lilypond/lilypond/-/releases/
lilypond_url=${lilypond_url}/v${lilypond_version}/downloads/${lilypond_archive}
Expand All @@ -42,7 +43,7 @@ jobs:
python -m pip install -e .
- name: Log versions
run: |
export PATH=/tmp/lilypond-2.25.22/bin:/home/runner/bin:$PATH
export PATH=/tmp/lilypond-2.25.23/bin:/home/runner/bin:$PATH
black --version
flake8 --version
isort --version
Expand Down

0 comments on commit 4f9806a

Please sign in to comment.