diff --git a/appveyor.yml b/appveyor.yml
index 9b9419ede1b7d6fc8fec5099d0364fda66df65ef..230b25b4331b1d173ee41de0b265346a298e286b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,7 +27,7 @@ install:
   # as well as pip, conda-build, and the binstar CLI
   - powershell .\\ci\\appveyor\\install.ps1
 
-  - dir /b /s /ad c:\Qt\5.6
+  #- dir /b /s /ad c:\Qt\5.6
   - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
   # Add qt to path
   - "SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%"