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 73b70b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .azure/lint-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:

variables:
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
RUST_DEBUG: 1

steps:
- task: UsePythonVersion@0
Expand All @@ -26,8 +25,10 @@ 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'
env:
SETUPTOOLS_ENABLE_FEATURES: "legacy-editable"
- bash: |
set -e
Expand Down

0 comments on commit 73b70b2

Please sign in to comment.