Skip to content

Commit

Permalink
Remove editable install in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Frank committed Sep 26, 2024
1 parent e0ea1bd commit eca5311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
pip install --upgrade pip
pip install mypy==1.8.0
pip install -e ".[dev]"
pip install ".[dev]"
- name: Running mypy and tests
run: |
mypy src/
Expand Down

0 comments on commit eca5311

Please sign in to comment.