8000 do not install PEP517 in editable mode · python-control/python-control@511ea46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 511ea46

Browse files
committed
do not install PEP517 in editable mode
1 parent d95e29e commit 511ea46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/control-slycot-src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
- name: Install Python dependencies and test tools
17-
run: pip install -v -e './python-control[test]'
17+
run: pip install -v './python-control[test]'
1818

1919
- name: Checkout Slycot
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0