Skip to content

Commit c185f8f

Browse files
committed
dbg2
1 parent a99b5fd commit c185f8f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.azure/scripts/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ steps:
1313
pip install . -v
1414
cd ..
1515
python -c "import jpype"
16+
displayName: 'Build/install/check module '
1617

17-
# Install an editable wheel (re-mapped imports) to the src dir for sake of easy testing.
18+
19+
# Install an editable wheel (re-mapped imports) to the src dir for sake of easy testing.
1820
- script: |
19-
python -m pip install -v -e .
21+
pip install -v -e .
22+
dir
2023
python -c "import jpype"
21-
displayName: 'Build/install/check module'
24+
displayName: 'Build/install/check module (editable)'
2225

2326
- script: |
2427
pip install -r test-requirements.txt numpy jedi typing_extensions

0 commit comments

Comments
 (0)