From 7116d5c80569d6249c38fd91b8a3a7251cacd5f3 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 26 Nov 2019 12:03:23 -0600 Subject: [PATCH] Abord creation of alpha for 64 bits due to enchant.ddl not available for such architecture --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b702b23..c8bea92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,9 +122,11 @@ alpha32: name: socializer_alpha expire_in: 1 day +### This is commented because there is no 64 bits version of enchant, thus pyenchant will not work. +### I will reenable this when we will get rid of enchant, probably in favour of symspellpy # Creates a version built with Python 3.7 and cx-freeze # this is going to be the current alpha version after november 27. -alpha64: +.alpha64: type: deploy tags: - windows10