Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 13058df

Browse files
committedOct 21, 2023
fix
1 parent 7de0c4a commit 13058df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎appveyor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import sys
3-
import urllib.request
43
from datetime import datetime
54

65
appcast_ver = os.environ.get('APPVEYOR_BUILD_VERSION')
@@ -38,6 +37,7 @@ def write_appcast(appcast_os, appcast_rid, appcast_file):
3837

3938
os.system("del *.xml 2>&1")
4039

40+
import urllib.request
4141
urllib.request.urlretrieve("https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.12.0", "Microsoft.AI.DirectML.nupkg")
4242
os.system("mkdir Microsoft.AI.DirectML")
4343
os.system("tar -xf Microsoft.AI.DirectML.nupkg -C Microsoft.AI.DirectML")

0 commit comments

Comments
 (0)
Please sign in to comment.