Skip to content

Commit

Permalink
add dev dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Apr 29, 2024
1 parent fc3c6fb commit 4cba929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

- name: Install dependencies
run: poetry install --all-extras
run: poetry install --all-extras with dev

- name: Run make lint
run: make lint
Expand Down

0 comments on commit 4cba929

Please sign in to comment.