We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b602cd commit 4691998Copy full SHA for 4691998
.circleci/continue-config.yml
@@ -42,6 +42,10 @@ commands:
42
command: |
43
echo ${gcs_content} > ../gcs.data
44
../devtools/bazel_cache_setup.py --in_file=../gcs.data --out_file=../gcs.json --min_download
45
+ - run:
46
+ name: Install Python dependencies
47
+ command: |
48
+ python3 -m pip install -r ./dataproxy_sdk/python/requirements.txt
49
- run:
50
name: "build"
51
0 commit comments