Skip to content

Commit

Permalink
ci: attempt to move 2to3
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft committed Mar 27, 2024
1 parent c885c4b commit 8507617
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 unlink /usr/local/bin/2to3
mv /usr/local/bin/2to3 /usr/local/bin/2to3.sys
brew install kubectl docker coreutils lima
- name: Build and Install
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew unlink /usr/local/bin/2to3
mv /usr/local/bin/2to3 /usr/local/bin/2to3.sys
brew install kubectl docker coreutils lima
- name: Build and Install
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew unlink /usr/local/bin/2to3
mv /usr/local/bin/2to3 /usr/local/bin/2to3.sys
brew install kubectl docker coreutils lima
- name: Build and Install
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew unlink /usr/local/bin/2to3
mv /usr/local/bin/2to3 /usr/local/bin/2to3.sys
brew install kubectl docker coreutils lima
- name: Build and Install
Expand Down

0 comments on commit 8507617

Please sign in to comment.