Skip to content

Commit ce3ddb5

Browse files
run with bash explicitly to address permissions issue
1 parent 523041c commit ce3ddb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Run Python gRPC integration
6969
if: ${{ matrix.grpc_integration }}
7070
run: |
71-
./scripts/generate_proto_python.sh
71+
bash ./scripts/generate_proto_python.sh
7272
7373
SERVER_BIN="$(find build-server -type f -name fluxgraph-server | head -n 1)"
7474
if [ -z "$SERVER_BIN" ]; then

0 commit comments

Comments
 (0)