Skip to content

Commit e0b703b

Browse files
authored
Update postStart.sh
1 parent 54abfd2 commit e0b703b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.devcontainer/commands/postStart.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ set -e
44

55
# Install dependencies
66
pip install -r requirements.txt
7-
# Install test dependencies
8-
# pip install -r test-requirements.txt
7+
# Install ydb package
8+
pip install -e .
9+
# Install tox for CI
10+
pip install tox
11+

0 commit comments

Comments
 (0)