Explorar el Código

debian-jessie-python => debian-stretch-python

Summary:
debian:jessie does not include an automatic way to install python3.5, which is needed by the latest version of numpy.
https://circleci.com/gh/facebookresearch/fastText/1522

adding debian:stretch test instead.

Reviewed By: EdouardGrave

Differential Revision: D17053979

fbshipit-source-id: 685a21f4996af72600b3b7444f8895a6a37cd93b
Onur Çelebi hace 6 años
padre
commit
4aca28c605
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -191,6 +191,6 @@ workflows:
       - "website-build"
       - "debian-stretch-gcc"
       - "debian-stretch-cmake"
+      - "debian-stretch-python"
       - "debian-jessie-gcc"
       - "debian-jessie-cmake"
-      - "debian-jessie-python"