Skip to content

Commit

Permalink
Clean up pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 22, 2025
1 parent 05f51c2 commit 0c827c2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ jobs:
tar -xf "${lilypond_archive}"
- name: Install Abjad
run: |
python -m pip install --upgrade pip coverage
python -m pip install defusedxml
python -m pip install .[dev]
python -m pip install black==24.10.0
python -m pip install flake8==7.1.1
python -m pip install isort==5.13.2
python -m pip install mypy==1.14.1
python -m pip install pytest==8.3.4
python -m pip install --upgrade pip
coverage \
defusedxml \
.[dev] \
black==24.10.0 \
flake8==7.1.1 \
isort==5.13.2 \
mypy==1.14.1 \
pytest==8.3.4
python -c "import abjad; print(abjad.Configuration().configuration_file_path)"
scr/prime-parser-tables
- name: Log dependency versions
Expand Down

0 comments on commit 0c827c2

Please sign in to comment.