Skip to content

Commit 66ec23b

Browse files
committed
MAINT: clean-up unused azure steps
1 parent 97730b0 commit 66ec23b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

azure-steps-windows.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,6 @@ steps:
7171
}
7272
displayName: 'Build NumPy'
7373

74-
- bash: |
75-
pushd . && cd .. && target=$(python -c "import numpy, os; print(os.path.abspath(os.path.join(os.path.dirname(numpy.__file__), '.libs')))") && popd
76-
python -m pip download -d destination --only-binary :all: --no-deps numpy==1.14
77-
cd destination && unzip numpy*.whl && cp numpy/.libs/*.dll $target
78-
ls $target
79-
displayName: 'Add extraneous & older DLL to numpy/.libs to probe DLL handling robustness'
80-
condition: eq(variables['PYTHON_VERSION'], '3.6')
81-
- script: pushd . && cd .. && python -c "from ctypes import windll; windll.kernel32.SetDefaultDllDirectories(0x00000800); import numpy" && popd
82-
displayName: 'For gh-12667; Windows DLL resolution'
83-
condition: eq(variables['PYTHON_VERSION'], '3.6')
84-
8574
- script: python runtests.py -n --show-build-log --mode=$(TEST_MODE) -- -rsx --junitxml=junit/test-results.xml
8675
displayName: 'Run NumPy Test Suite'
8776

0 commit comments

Comments
 (0)