Skip to content

Commit

Permalink
Bump GitHub Actions to Lilypond 2.25.22 (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca authored Jan 7, 2025
1 parent 341866f commit bde83c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo $PYTHONPATH
- name: Install LilyPond
run: |
lilypond_version=2.25.3
lilypond_version=2.25.22
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 @@ -44,7 +44,7 @@ jobs:
tar -xf ${lilypond_archive}
- name: Install Abjad
run: |
export PATH=/tmp/lilypond-2.25.3/bin:/home/runner/bin:$PATH
export PATH=/tmp/lilypond-2.25.22/bin:/home/runner/bin:$PATH
export PYTHONUNBUFFERED=TRUE
pip install defusedxml
pip install -e .[dev]
Expand All @@ -60,7 +60,7 @@ jobs:
lilypond --version
- name: Run checks and tests
run: |
export PATH=/tmp/lilypond-2.25.3/bin:/home/runner/bin:$PATH
export PATH=/tmp/lilypond-2.25.22/bin:/home/runner/bin:$PATH
export PYTHONUNBUFFERED=TRUE
make black-check
make flake8
Expand Down

0 comments on commit bde83c5

Please sign in to comment.