Skip to content

Commit

Permalink
Add step to install development dependencies in linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Dec 17, 2024
1 parent 6f962af commit 2d601bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting_and_type_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Install dev dependencies
run: uv pip install -e ".[dev]"

- name: Run mypy
Expand Down

0 comments on commit 2d601bd

Please sign in to comment.