Skip to content

Commit

Permalink
use venv when syncing grpc sources
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Dec 4, 2024
1 parent a583a74 commit bc0d473
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/grpc_source_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
run: scripts/prepare_env.sh

- name: Shallow source source
run: scripts/sync_grpc_src_shallow.sh
run: |
source .venv/bin/activate
scripts/sync_grpc_src_shallow.sh
- name: Collect revision hash
run: |
Expand Down

0 comments on commit bc0d473

Please sign in to comment.