From c9f6407149663b5038939c1e78ecf84330ef5e52 Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 29 May 2024 02:21:32 +0300 Subject: [PATCH] added requrement.txt --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ee1c69..551005d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,8 +28,8 @@ pytest: - chmod u+x venv/bin/activate - source venv/bin/activate - python -V - - pip install --quiet -U -r requirements.txt - - pip install --quiet -U -r tests/requirements.txt + - pip install -U -r requirements.txt + - pip install -U -r tests/requirements.txt script: - pytest -v