Skip to content

Commit

Permalink
Pip install abjad without [dev] (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca authored Jan 25, 2025
1 parent 0e4b47d commit 85f2a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install Abjad
run: |
python -m pip install .[dev]
python -m pip install .
python -c "import abjad; print(abjad.Configuration().configuration_file_path)"
python scr/prime_parser_tables.py
Expand Down

0 comments on commit 85f2a7c

Please sign in to comment.