Skip to content

Commit bbb2ad0

Browse files
committed
Added back in the package install step
1 parent 668cf43 commit bbb2ad0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/package-build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install build pyinstaller
3333
34+
- name: Install package
35+
run: |
36+
pip install .
37+
3438
- name: Build Python package
3539
run: |
3640
python -m build

0 commit comments

Comments
 (0)