Skip to content

Commit 8287bf0

Browse files
committed
Adds dev dependencies to release workflow
1 parent 4a00d72 commit 8287bf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-notes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
cache: false
3535
post-cleanup: false
3636

37+
- name: Install and setup development dependencies
38+
shell: bash
39+
run: pixi run dev
40+
3741
- name: Convert tutorial scripts to notebooks
3842
run: pixi run notebook-prepare
3943

0 commit comments

Comments
 (0)