Skip to content

Commit 8238bc1

Browse files
authored
Install build
1 parent a9c23c5 commit 8238bc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python_version }}
21+
- name: Install build
22+
run: pip install build
2123
- name: Build package
2224
run: make sdist
2325
- name: Maybe store as artifact and then run matrix?

0 commit comments

Comments
 (0)