Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit ff61c54

Browse files
committed
test current NumPy master for Python 3.9 fixes on Windows.
1 parent c4ed22a commit ff61c54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure/windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
displayName: Set python version
2727
condition: not(contains(variables['PYTHON_VERSION'], 'PyPy'))
2828

29-
- powershell: |
30-
Set-ItemProperty 'HKLM:\System\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -value 1
31-
displayName: "Enable long path names"
32-
3329
- powershell: |
3430
$url = "http://buildbot.pypy.org/nightly/py3.6/pypy-c-jit-latest-win32.zip"
3531
$output = "pypy.zip"

0 commit comments

Comments
 (0)