From 9daa10c8804f74b37d270bbfaf9aedb25e18619c Mon Sep 17 00:00:00 2001 From: NicOudart Date: Mon, 8 Jan 2024 16:47:23 +0100 Subject: [PATCH] Requirement path error correction in the test-scripts workflow. --- .github/workflows/test-scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-scripts.yml b/.github/workflows/test-scripts.yml index a8fa461..5b756db 100644 --- a/.github/workflows/test-scripts.yml +++ b/.github/workflows/test-scripts.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.9 - - run: pip install -r docs/requirements.txt + - run: pip install -r requirements.txt - run: python test/script_test_performances_white_noise_BWE.py \ No newline at end of file