From 56073f1103476e7e8a317ea6071695d226956863 Mon Sep 17 00:00:00 2001 From: emdneto <9735060+emdneto@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:06:38 -0300 Subject: [PATCH] fix tox.ini Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index b8f09b7f20..7621e182f5 100644 --- a/tox.ini +++ b/tox.ini @@ -934,9 +934,9 @@ commands = {toxinidir}/scripts/generate_instrumentation_metapackage.py [testenv:generate-workflows] -recreate = True -deps = - {toxinidir}/.github/workflows/generate_workflows_lib + +commands_pre = + pip install {toxinidir}/.github/workflows/generate_workflows_lib commands = python {toxinidir}/.github/workflows/generate_workflows.py