Skip to content

Commit a91b4c9

Browse files
committed
fix(ci): install server package via .ebextensions
1 parent 6f66eb1 commit a91b4c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ebextensions/01_download_data.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ container_commands:
2424
04_remove_seqrepo_zip:
2525
test: test -f "/usr/local/share/seqrepo.tar.gz"
2626
command: "rm /usr/local/share/seqrepo.tar.gz"
27+
28+
04_install_package:
29+
leader_only: true
30+
command: |
31+
set -euo pipefail
32+
pip install .

0 commit comments

Comments
 (0)