Skip to content

Commit e225b4d

Browse files
authored
MAINT fix test.ps1
1 parent 7344bea commit e225b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/appveyor/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- "cd C:\\"
44

55
$installed_imblearn_folder = $(python -c "import os; os.chdir('c:/'); import imblearn;\
6-
print(os.path.dirname(pydicom.__file__))")
6+
print(os.path.dirname(imblearn.__file__))")
77
echo "imblearn found in: $installed_imblearn_folder"
88

99
# --pyargs argument is used to make sure we run the tests on the

0 commit comments

Comments
 (0)