Skip to content

Commit

Permalink
See if editable install fixes Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Mar 10, 2023
1 parent 9fb41ff commit 79a3af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/lint-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
-c constraints.txt \
-r requirements.txt \
-r requirements-dev.txt \
.
-e . # For some reason, we need an editable install for Pylint to find our Rust code.
displayName: 'Install dependencies'
- bash: |
Expand Down

0 comments on commit 79a3af3

Please sign in to comment.