Skip to content

Commit de19ce7

Browse files
committed
Remove editable build for python 3.6
Signed-off-by: Cristian Le <[email protected]>
1 parent 8cfc5c3 commit de19ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Setup patchwork
62-
run: pip install -e .[test]
62+
run: pip install .[test]
6363
- name: Test with pytest
6464
run: pytest

0 commit comments

Comments
 (0)