Skip to content

Commit 4691998

Browse files
authored
Fix sdk ci (#21)
* fix sdk python ci * update
1 parent 1b602cd commit 4691998

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/continue-config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ commands:
4242
command: |
4343
echo ${gcs_content} > ../gcs.data
4444
../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
4549
- run:
4650
name: "build"
4751
command: |

0 commit comments

Comments
 (0)