Skip to content

Commit 39f9a9b

Browse files
committed
installing dependencies in workflow
1 parent 29de284 commit 39f9a9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- uses: actions/setup-python@v6
1212
with:
1313
python-version: '3.13'
14+
- name: Install dependencies
15+
run: |
16+
python -m pip install -e .
1417
- name: deploy
1518
uses: mhausenblas/[email protected]
1619
env:

0 commit comments

Comments
 (0)