Skip to content

Commit c9eee8d

Browse files
committed
GH_Actions: install dev deps for building a release
1 parent c4f840d commit c9eee8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_load_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install python dependencies
3030
run: |
3131
cd ${{ github.workspace }}/zephyr_source/
32-
pipenv install
32+
pipenv install --dev
3333
3434
- name: Build distribution archives
3535
run: python3 -m build

0 commit comments

Comments
 (0)