Skip to content

Commit 43f8aa6

Browse files
Update eng_sys_checks.md (#33006)
1 parent 7e152d8 commit 43f8aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/eng_sys_checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Note: Any dependency mentioned only in dev_requirements are not considered to id
337337
Tox name of this test is `latestdependency` and steps to manually run this test locally is as follows.
338338

339339
1. Go to package root. For e.g azure-storage-blob or azure-identity
340-
2. Run command `tox run -e latestdependency -c ../../../tox/tox.ini --root .`
340+
2. Run command `tox run -e latestdependency -c ../../../eng/tox/tox.ini --root .`
341341

342342
#### Minimum Dependency Test
343343

@@ -354,7 +354,7 @@ Tox name of this test is `mindependency` and steps to manually run this test loc
354354

355355
1. Go to package root. For e.g azure-storage-blob or azure-identity
356356
2. Run following command
357-
`tox run -e mindependency -c ../../../tox/tox.ini --root .`
357+
`tox run -e mindependency -c ../../../eng/tox/tox.ini --root .`
358358

359359
#### Regression Test
360360

0 commit comments

Comments
 (0)