Skip to content

Commit 2036b61

Browse files
Install "build" package
Should not have removed it in the previous commit!
1 parent 26e0dd0 commit 2036b61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
with:
6060
python-version: "3.7"
6161

62+
- name: Install Python Dependencies
63+
run: pip install build
64+
6265
- name: Build Sdist
6366
if: matrix.sdist
6467
run: python -m build --sdist .

0 commit comments

Comments
 (0)