Skip to content

Commit a0451df

Browse files
committed
fix pyright
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent c680ec9 commit a0451df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ commands =
335335

336336
[testenv:generate-workflows]
337337
deps =
338-
-e {env:CONTRIB_REPO}\#egg=generate_workflows_lib&subdirectory=.github/workflows/generate_workflows_lib
338+
{env:CONTRIB_REPO}\#egg=generate_workflows_lib&subdirectory=.github/workflows/generate_workflows_lib
339339
commands =
340340
python {toxinidir}/.github/workflows/generate_workflows.py
341341

@@ -352,8 +352,6 @@ deps =
352352
-e {toxinidir}/opentelemetry-api
353353
-e {toxinidir}/opentelemetry-semantic-conventions
354354
-e {toxinidir}/opentelemetry-sdk
355-
commands_pre =
356-
pip install
357355
commands =
358356
pyright --version
359357
pyright

0 commit comments

Comments
 (0)