diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 088682f57b..e3e4961ea5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,13 +44,7 @@ Please refer to https://pytorch.org/audio/main/build.html ## Running Test -If you built sox, set the `PATH` variable so that the tests properly use the newly built `sox` binary: - -```bash -export PATH="/third_party/install/bin:${PATH}" -``` - -The following dependencies are also needed for testing: +The following dependencies are needed for testing: ```bash pip install typing pytest scipy numpy parameterized