This commit is contained in:
Alex Mykyta
2023-09-29 05:55:54 -07:00
parent 4fad6546fd
commit c0e341579c

View File

@@ -41,7 +41,7 @@ export SKIP_SYNTH_TESTS=1
Install dependencies required for running tests Install dependencies required for running tests
```bash ```bash
python3 -m pip install test/requirements.txt python3 -m pip install -r tests/requirements.txt
``` ```