Skip to content

Commit e56dbec

Browse files
committed
ci: use editable mode
1 parent ca311e9 commit e56dbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
python -m pip install --upgrade pip
192192
pip install --upgrade build wheel
193-
pip install .[tests]
193+
pip install -e .[tests]
194194
195195
- name: Download Geometry service container (if needed)
196196
env:

0 commit comments

Comments
 (0)