We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2823272 commit fe8cf3cCopy full SHA for fe8cf3c
.devcontainer/configure.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
set -e
3
4
+pip install -r requirements.txt
5
+
6
# Set up YDB profile if ydb cli exists
7
if which ydb > /dev/null 2>&1; then
8
ENDPOINT=$(echo ${YDB_CONNECTION_STRING_SECURE:-$YDB_CONNECTION_STRING} | awk -F/ '{print $1 "//" $3}')
0 commit comments