Skip to content

Commit e2d85f1

Browse files
committed
Don't install project in editable mode to avoid issues.
1 parent 4f8e7b2 commit e2d85f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- name: Install Python Dependencies
200200
run: |
201201
pip install -r requirements-ci.txt
202-
pip install -e ".[build]"
202+
pip install "build==1.2.2"
203203
204204
- name: Build Release Artifact
205205
run: |

0 commit comments

Comments
 (0)