Skip to content

Commit 89d3d2d

Browse files
committed
addressing API issue
1 parent 5838e5e commit 89d3d2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-pages.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
python-version: 3.9
3333

34+
- name: Install seqikpy
35+
run: |
36+
pip install -e .
37+
3438
- name: Install dependencies
3539
run: |
3640
pip install -r ./docs/requirements.txt

0 commit comments

Comments
 (0)