From 8b48a8c202ef2ffc076ffaecb9de876c9fb44c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Mon, 17 Oct 2022 18:39:33 +0200 Subject: [PATCH] ci: launch ci/bump_dev.py with .venv's python instead of system's --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 827e82b..f73cf7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,7 +62,7 @@ steps: pull: true image: git.roboces.dev/catalin/poetry:beta commands: - - python ci/bump_dev.py + - .venv/bin/python ci/bump_dev.py - poetry build - poetry config repositories.roboces https://git.roboces.dev/api/packages/catalin/pypi - poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD"