Skip to content

Commit

Permalink
Fix Mac CI Test (All-Hands-AI#2569)
Browse files Browse the repository at this point in the history
* Fix Mac CI Test

* Start colima service

* unlink colima dependency: go

* Check for colima

Co-authored-by: Graham Neubig <[email protected]>

* fix indent

Co-authored-by: Graham Neubig <[email protected]>

* Try with uninstall

---------

Co-authored-by: Graham Neubig <[email protected]>
  • Loading branch information
SmartManoj and neubig authored Jun 22, 2024
1 parent 5972498 commit 0845d47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@ jobs:
- name: Install & Start Docker
if: env.INSTALL_DOCKER == '1'
run: |
# Uninstall colima to upgrade to the latest version
if brew list colima &>/dev/null; then
brew uninstall colima
# unlinking colima dependency: go
brew uninstall [email protected]
fi
brew install --HEAD colima
brew services start colima
brew install docker
colima start --network-address --arch x86_64
Expand Down

0 comments on commit 0845d47

Please sign in to comment.