Skip to content

Commit

Permalink
Use editable mode instead of build_ext --inplace
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Nov 11, 2024
1 parent 8118622 commit 6c7947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/scripts/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
version: '$(jdk.version)'

- script: |
python setup.py build_ext --inplace
python -m pip install --editable .
displayName: 'Build module'

- script: |
Expand Down

0 comments on commit 6c7947a

Please sign in to comment.