Skip to content

Commit 8d6fbf4

Browse files
committed
Add yaml when generating requirements
1 parent 3a1ae18 commit 8d6fbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/container/run_generate_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ -z "$BASE_PATH" ]; then
6565
fi
6666

6767
if [ -z "$EXTRAS" ]; then
68-
EXTRAS="[gcp,dataframe,test]"
68+
EXTRAS="[gcp,dataframe,test,yaml]"
6969
fi
7070

7171
set -ex

0 commit comments

Comments
 (0)