Skip to content

Commit

Permalink
Remove unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 28, 2024
1 parent c7f013a commit 69bd49a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade build coverage twine wheel
pip install .
pip install .[dev]
- name: Run Linting
run: |
ruff check .
Expand Down

0 comments on commit 69bd49a

Please sign in to comment.