Skip to content

Commit 1658f8e

Browse files
committed
CI: install build
1 parent 607d4d5 commit 1658f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install setuptools wheel "blessed>=1.5" cwcwidth pyte pytest
32+
pip install build setuptools "blessed>=1.5" cwcwidth pyte pytest
3333
- name: Build with Python ${{ matrix.python-version }}
3434
run: |
3535
python -m build -n .

0 commit comments

Comments
 (0)