From 3b52cddc508a779c0964f5207ba33a764ff01121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloan=20ANDR=C3=89?= Date: Tue, 28 Mar 2023 08:48:05 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e6e8bfe..f9c5aac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: commands: - cd src/ - python -m venv venv - - source venv/bin/activate + #- source venv/bin/activate - pip install -r requirements.txt - python setup.py install - python -m pytest