Skip to content

Commit 280b0d3

Browse files
author
Andrei Neagu
committed
fixed 7z installation
1 parent 97bdff1 commit 280b0d3

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/github/integration-testing/dynamic-sidecar.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

ci/github/integration-testing/webserver.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

ci/github/unit-testing/dynamic-sidecar.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

ci/github/unit-testing/service-library.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)