We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebb547 commit 56073f1Copy full SHA for 56073f1
tox.ini
@@ -934,9 +934,9 @@ commands =
934
{toxinidir}/scripts/generate_instrumentation_metapackage.py
935
936
[testenv:generate-workflows]
937
-recreate = True
938
-deps =
939
- {toxinidir}/.github/workflows/generate_workflows_lib
+
+commands_pre =
+ pip install {toxinidir}/.github/workflows/generate_workflows_lib
940
941
commands =
942
python {toxinidir}/.github/workflows/generate_workflows.py
0 commit comments