From bc304827f58a2e241c17a5d13dd3e3e821e56a9f Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 29 May 2024 02:19:48 +0300 Subject: [PATCH] added requrement.txt --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e898645..b4e6164 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ pytest: - python -m venv venv - chmod u+x venv/bin/activate - source venv/bin/activate + - pythaon -V - pip install --quiet -U -r requirements.txt - pip install --quiet -U -r tests/requirements.txt script: