Skip to content

Commit d76dc81

Browse files
committed
fix lint
1 parent dc37b85 commit d76dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maincheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uv pip install --system -e '.[dev]'
6363
- name: Install music21 in editable mode
6464
run: |
65-
uv pip install -e .
65+
uv pip install --system -e .
6666
- name: Lint with pylint
6767
run: |
6868
uv run pylint -j0 music21

0 commit comments

Comments
 (0)