Skip to content

Commit 97e9333

Browse files
committed
ci: fix integration tests
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
1 parent 9c08cff commit 97e9333

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/integration.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
4949
run: |
5050
brew install --overwrite python@3.12 kubectl docker coreutils lima
51-
brew uninstall --ignore-dependencies qemu
5251
./.github/hack/brew-install-version.sh qemu 8.2.1
5352
5453
- name: Build and Install
@@ -99,7 +98,6 @@ jobs:
9998
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
10099
run: |
101100
brew install --overwrite python@3.12 kubectl docker coreutils lima
102-
brew uninstall --ignore-dependencies qemu
103101
./.github/hack/brew-install-version.sh qemu 8.2.1
104102
105103
- name: Build and Install
@@ -150,7 +148,6 @@ jobs:
150148
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
151149
run: |
152150
brew install --overwrite python@3.12 kubectl docker coreutils lima
153-
brew uninstall --ignore-dependencies qemu
154151
./.github/hack/brew-install-version.sh qemu 8.2.1
155152
156153
- name: Build and Install
@@ -210,7 +207,6 @@ jobs:
210207
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
211208
run: |
212209
brew install --overwrite python@3.12 kubectl docker coreutils lima
213-
brew uninstall --ignore-dependencies qemu
214210
./.github/hack/brew-install-version.sh qemu 8.2.1
215211
216212
- name: Build and Install
@@ -270,7 +266,6 @@ jobs:
270266
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
271267
run: |
272268
brew install --overwrite python@3.12 kubectl docker coreutils lima incus
273-
brew uninstall --ignore-dependencies qemu
274269
./.github/hack/brew-install-version.sh qemu 8.2.1
275270
276271
- name: Build and Install

0 commit comments

Comments
 (0)