Skip to content

Commit a99b5fd

Browse files
committed
non-editable first
1 parent e9eb87c commit a99b5fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.azure/scripts/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ steps:
99
parameters:
1010
version: '$(jdk.version)'
1111

12+
- script: |
13+
pip install . -v
14+
cd ..
15+
python -c "import jpype"
16+
1217
# Install an editable wheel (re-mapped imports) to the src dir for sake of easy testing.
1318
- script: |
1419
python -m pip install -v -e .

0 commit comments

Comments
 (0)