From 1aaa489f55d471ac63b27d318c6cd94368a08d86 Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 29 May 2024 04:04:46 +0300 Subject: [PATCH] added requrement.txt --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ee1c69..e898645 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,6 @@ pytest: - python -m venv venv - 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 script: