File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 - name : Optionally update upstream dependencies
5252 if : needs.detect-ci-trigger.outputs.triggered == 'true'
5353 run : |
54- bash update-dependencies.sh
54+ bash continuous_integration/scripts/ update-dependencies.sh
5555 - name : Install Protoc
5656 uses : arduino/setup-protoc@v1
5757 with :
8181 - name : Optionally update upstream dependencies
8282 if : needs.detect-ci-trigger.outputs.triggered == 'true'
8383 run : |
84- bash update-dependencies.sh
84+ bash continuous_integration/scripts/ update-dependencies.sh
8585 - name : Install Protoc
8686 uses : arduino/setup-protoc@v1
8787 with :
Original file line number Diff line number Diff line change 6868 - name : Optionally update upstream cargo dependencies
6969 if : env.which_upstream == 'DataFusion'
7070 run : |
71- bash update-dependencies.sh
71+ bash continuous_integration/scripts/ update-dependencies.sh
7272 - name : Build the Rust DataFusion bindings
7373 run : |
7474 maturin develop
@@ -123,7 +123,7 @@ jobs:
123123 env :
124124 UPDATE_ALL_CARGO_DEPS : false
125125 run : |
126- bash update-dependencies.sh
126+ bash continuous_integration/scripts/ update-dependencies.sh
127127 - name : Install dependencies and nothing else
128128 run : |
129129 pip install -e . -vv
You can’t perform that action at this time.
0 commit comments