We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99b5fd commit c185f8fCopy full SHA for c185f8f
.azure/scripts/test.yml
@@ -13,12 +13,15 @@ steps:
13
pip install . -v
14
cd ..
15
python -c "import jpype"
16
+ displayName: 'Build/install/check module '
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.
20
- script: |
- python -m pip install -v -e .
21
+ pip install -v -e .
22
+ dir
23
- displayName: 'Build/install/check module'
24
+ displayName: 'Build/install/check module (editable)'
25
26
27
pip install -r test-requirements.txt numpy jedi typing_extensions
0 commit comments