Skip to content

Commit

Permalink
Bump GitHub Actions to LilyPond 2.25.22
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 7, 2025
1 parent 0d77c24 commit 58b5234
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
python -m pip install -e .
- name: Log versions
run: |
# lilypond is installed in /home/runner/bin
export PATH=/home/runner/bin:${PATH}
export PATH=/tmp/lilypond-2.25.22/bin:/home/runner/bin:$PATH
black --version
flake8 --version
isort --version
Expand All @@ -53,7 +52,6 @@ jobs:
lilypond --version
- name: Run checks and tests
run: |
# lilypond is installed in /home/runner/bin
export PATH=/home/runner/bin:${PATH}
export MYPYPATH=$MYPYPATH:/tmp/abjad
echo $MYPYPATH
Expand Down

0 comments on commit 58b5234

Please sign in to comment.