From d3f12f6f1510d42adb19edc59f7e308608502e52 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Thu, 8 Sep 2022 11:16:20 +0800 Subject: [PATCH] use local installation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f00ccf..57be574 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,5 +44,5 @@ unit-test-job: # This job runs in the test stage. - which pip - python --version - pip install -r requirements.txt - - sh install.sh + - sh install_local.sh - pytest -- GitLab