File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
echo $PYTHONPATH
35
35
- name : Install LilyPond
36
36
run : |
37
- lilypond_version=2.25.3
37
+ lilypond_version=2.25.22
38
38
lilypond_archive=lilypond-${lilypond_version}-linux-x86_64.tar.gz
39
39
lilypond_url=https://gitlab.com/lilypond/lilypond/-/releases/
40
40
lilypond_url=${lilypond_url}/v${lilypond_version}/downloads/${lilypond_archive}
44
44
tar -xf ${lilypond_archive}
45
45
- name : Install Abjad
46
46
run : |
47
- export PATH=/tmp/lilypond-2.25.3 /bin:/home/runner/bin:$PATH
47
+ export PATH=/tmp/lilypond-2.25.22 /bin:/home/runner/bin:$PATH
48
48
export PYTHONUNBUFFERED=TRUE
49
49
pip install defusedxml
50
50
pip install -e .[dev]
60
60
lilypond --version
61
61
- name : Run checks and tests
62
62
run : |
63
- export PATH=/tmp/lilypond-2.25.3 /bin:/home/runner/bin:$PATH
63
+ export PATH=/tmp/lilypond-2.25.22 /bin:/home/runner/bin:$PATH
64
64
export PYTHONUNBUFFERED=TRUE
65
65
make black-check
66
66
make flake8
You can’t perform that action at this time.
0 commit comments