Skip to content

Commit 4c5aa12

Browse files
committed
Fix release workflow package install for GA checklist
1 parent 8052d4a commit 4c5aa12

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
python-version: "3.14"
2626

27+
- name: Install package (editable)
28+
run: |
29+
python -m pip install --upgrade pip
30+
pip install -e .[dev]
31+
2732
- name: Release guard
2833
run: python tools/release_guard.py --require-ci --workflow ci.yml
2934

0 commit comments

Comments
 (0)