Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/run_perf_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd "$DIR/../perf_workflow"
rm -rf .venv
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r requirements.txt -c constraints.txt

# Run the test suite
python "run_perf_suite/run_perf_suite.py" "${@:1}"
Expand Down
1 change: 1 addition & 0 deletions perf_workflow/constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
filelock>=3.20.1
Loading