Skip to content

Commit d267980

Browse files
committed
ci: install build package explicitly for deploy step
1 parent 2808f4d commit d267980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install dependencies
136136
run: |
137137
python -m pip install --upgrade pip
138-
pip install -e ".[dev]"
138+
pip install -e ".[dev]" build
139139
140140
- name: Build package
141141
run: |

0 commit comments

Comments
 (0)