Skip to content

Commit

Permalink
Fix sdk ci (#21)
Browse files Browse the repository at this point in the history
* fix sdk python ci

* update
  • Loading branch information
oeqqwq authored Mar 5, 2025
1 parent 1b602cd commit 4691998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ commands:
command: |
echo ${gcs_content} > ../gcs.data
../devtools/bazel_cache_setup.py --in_file=../gcs.data --out_file=../gcs.json --min_download
- run:
name: Install Python dependencies
command: |
python3 -m pip install -r ./dataproxy_sdk/python/requirements.txt
- run:
name: "build"
command: |
Expand Down

0 comments on commit 4691998

Please sign in to comment.