Skip to content

Commit 56073f1

Browse files
committed
fix tox.ini
Signed-off-by: emdneto <[email protected]>
1 parent 3ebb547 commit 56073f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,9 +934,9 @@ commands =
934934
{toxinidir}/scripts/generate_instrumentation_metapackage.py
935935

936936
[testenv:generate-workflows]
937-
recreate = True
938-
deps =
939-
{toxinidir}/.github/workflows/generate_workflows_lib
937+
938+
commands_pre =
939+
pip install {toxinidir}/.github/workflows/generate_workflows_lib
940940

941941
commands =
942942
python {toxinidir}/.github/workflows/generate_workflows.py

0 commit comments

Comments
 (0)