Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jday7879 committed Nov 26, 2024
1 parent 929a085 commit 38eee2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install -e .[dev]
- name: Check commit hooks
run: |
Expand Down

0 comments on commit 38eee2d

Please sign in to comment.