Skip to content

Commit

Permalink
Install in editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetKrishnan committed Feb 16, 2024
1 parent 4fdc053 commit 893c1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[dev]
python -m pip install -e .[dev]
- name: Run pre-commit checks
run: |
pre-commit run --all
Expand Down

0 comments on commit 893c1ef

Please sign in to comment.