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