From 79f0e88e7d3e136f4ba83005595103e44a68b35d Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Mon, 15 May 2023 22:54:59 -0400 Subject: [PATCH] drone-ci testing --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a8e2212..f45b363 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: - name: requirements image: python:3.10-alpine + commands: - python -m venv .venv - . .venv/bin/activate - pip install -r requirements.txt