Skip to content

Commit

Permalink
dev dependencies install
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Benes committed Jun 22, 2024
1 parent fb83db0 commit 12140f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
shell: bash
run: |
pip install -e '.[main]'
pip install -e '.[dev]'
- name: Evaluate code quality
shell: bash
run: |
Expand Down

0 comments on commit 12140f4

Please sign in to comment.