Skip to content

Commit fde46fc

Browse files
committed
Update performance test workflow to use editable install for dependencies
1 parent 734983c commit fde46fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install --upgrade -r requirements.txt
30-
python -m pip install .
30+
python -m pip install -e . # Editable install ensures we test the actual source code
3131
3232
- name: Run Performance Test
3333
run: |

0 commit comments

Comments
 (0)