Skip to content

Commit

Permalink
Requirement path error correction in the test-scripts workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicOudart committed Jan 8, 2024
1 parent 34a5187 commit 9daa10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9daa10c

Please sign in to comment.