File tree Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1304,8 +1304,6 @@ jobs:
13041304 cache-dependency-glob : " **/dynamic-sidecar/requirements/ci.txt"
13051305 - name : show system version
13061306 run : ./ci/helpers/show_system_versions.bash
1307- - name : install 7zip
1308- run : sudo ./ci/github/helpers/install_7zip.bash
13091307 - name : install
13101308 run : ./ci/github/unit-testing/dynamic-sidecar.bash install
13111309 - name : typecheck
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ install() {
99 make devenv
1010 # shellcheck source=/dev/null
1111 source .venv/bin/activate
12+ sudo ./ci/github/helpers/install_7zip.bash
1213 pushd services/dynamic-sidecar
1314 make install-ci
1415 popd
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ install() {
99 make devenv
1010 # shellcheck source=/dev/null
1111 source .venv/bin/activate
12+ sudo ./ci/github/helpers/install_7zip.bash
1213 pushd services/web/server
1314 make install-ci
1415 popd
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ install() {
99 make devenv
1010 # shellcheck source=/dev/null
1111 source .venv/bin/activate
12+ sudo ./ci/github/helpers/install_7zip.bash
1213 pushd services/dynamic-sidecar
1314 make install-ci
1415 popd
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ install_all() {
1010 make devenv
1111 # shellcheck source=/dev/null
1212 source .venv/bin/activate
13+ sudo ./ci/github/helpers/install_7zip.bash
1314 pushd packages/service-library
1415 make " install-ci[all]"
1516 popd
You can’t perform that action at this time.
0 commit comments