We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc37b85 commit d76dc81Copy full SHA for d76dc81
.github/workflows/maincheck.yml
@@ -62,7 +62,7 @@ jobs:
62
uv pip install --system -e '.[dev]'
63
- name: Install music21 in editable mode
64
run: |
65
- uv pip install -e .
+ uv pip install --system -e .
66
- name: Lint with pylint
67
68
uv run pylint -j0 music21
0 commit comments