From 08d204e7e71b916622923178ff85e107ac07e050 Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Thu, 24 Mar 2022 07:31:46 -0400
Subject: [PATCH] Install requirements

---
 .gitlab-ci.yml   | 2 ++
 requirements.txt | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8441cbaa..cdfcf30b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,8 @@ tests:
     tags:
         - docker
     script:
+        - export LC_ALL=$(locale -a | grep en_US)
+        - export LANG=$(locale -a | grep en_US)
         - pip3 install -e .
         - pytest-3
     coverage: '/^TOTAL.+?(\d+\%)$/'
diff --git a/requirements.txt b/requirements.txt
index ef035e9f..273d8968 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,5 +11,5 @@ pyyaml>=3.12
 plotly>=4.2.1
 matplotlib>=3.1.1
 tabulate>=0.8.6
-pyscm @ git+https://github.com/babau1/pyscm@master#egg=pyscm
+pyscm-ml>=1.0.0
 
-- 
GitLab