Skip to content

Commit

Permalink
bitcraze#328: Fix miniconda path for 64bit version
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jan 23, 2018
1 parent b1ddaaf commit 98a34f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
conda install -y -q numpy
rmdir /Q /S C:\Miniconda35\envs\cfclient\lib\site-packages\PyQt5\uic\port_v2
rmdir /Q /S C:\Miniconda35-x64\envs\cfclient\lib\site-packages\PyQt5\uic\port_v2
python tools\build\prep_windows
Expand Down

0 comments on commit 98a34f4

Please sign in to comment.