Skip to content

Commit

Permalink
ci: fix integration (#1009)
Browse files Browse the repository at this point in the history
* ci: fix integration

Signed-off-by: Abiola Ibrahim <[email protected]>

* ci: attempt to move 2to3

Signed-off-by: Abiola Ibrahim <[email protected]>

* ci: attempt to remove 2to3

Signed-off-by: Abiola Ibrahim <[email protected]>

* ci: attempt to overwrite symlinks

Signed-off-by: Abiola Ibrahim <[email protected]>

* ci: attempt exclusive install of python

Signed-off-by: Abiola Ibrahim <[email protected]>

---------

Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft authored Mar 27, 2024
1 parent 9b0809d commit 75b104a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install kubectl docker coreutils lima
brew install --overwrite [email protected] kubectl docker coreutils lima
- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install kubectl docker coreutils lima
brew install --overwrite [email protected] kubectl docker coreutils lima
- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install kubectl docker coreutils lima
brew install --overwrite [email protected] kubectl docker coreutils lima
- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install kubectl docker coreutils lima
brew install --overwrite [email protected] kubectl docker coreutils lima
- name: Build and Install
run: make && sudo make install
Expand Down

0 comments on commit 75b104a

Please sign in to comment.