Skip to content

Commit

Permalink
Install Docker in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Sep 14, 2020
1 parent d83db0e commit 45b2660
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-git-annex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@ jobs:
shell: bash
# TODO: Drop the release condition once 0.13.2 is released.
run: |
if [ "${{ runner.os }}" = macOS ]; then
brew install docker-machine docker
docker-machine create --driver virtualbox default
eval "$(docker-machine env default)"
fi
if [ "${{ matrix.version }}" != "release" ]; then
curl -fSsL \
https://raw.githubusercontent.com/datalad/datalad/master/tools/ci/prep-travis-forssh.sh \
Expand Down

0 comments on commit 45b2660

Please sign in to comment.