10000 Don't install in editable mode for release · Zephyr800/llama-cpp-python@2f070af · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f070af

Browse files
committed
Don't install in editable mode for release
1 parent e32ecb0 commit 2f070af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
python -m pip install -e .[all]
32+
python -m pip install .[all]
3333
3434
- name: Build wheels
3535
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)
0