Skip to content

Commit

Permalink
ci: fix integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
  • Loading branch information
abiosoft committed Nov 9, 2024
1 parent 9c08cff commit 23ac507
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down Expand Up @@ -99,7 +98,6 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down Expand Up @@ -150,7 +148,6 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down Expand Up @@ -210,7 +207,6 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down Expand Up @@ -270,7 +266,6 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima incus
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down

0 comments on commit 23ac507

Please sign in to comment.