Skip to content

Commit 8ea5973

Browse files
authored
Add package installation step to workflow
1 parent 04e67d4 commit 8ea5973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout main
1010
uses: actions/checkout@v2
11+
- name: Install package
12+
run: pip install .
1113
- name: deploy
1214
uses: mhausenblas/[email protected]
1315
env:

0 commit comments

Comments
 (0)