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 7bea6ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-git-annex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,13 @@ jobs:
# TODO: Drop the release condition once 0.13.2 is released.
run: |
if [ "${{ matrix.version }}" != "release" ]; then
if [ "${{ runner.os }}" = macOS ]; then
# coreutils provides a readlink that supports `-f`
brew install coreutils docker docker-machine
docker-machine create --driver virtualbox default
eval "$(docker-machine env default)"
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
fi
curl -fSsL \
https://raw.githubusercontent.com/datalad/datalad/master/tools/ci/prep-travis-forssh.sh \
| bash;
Expand Down

0 comments on commit 7bea6ea

Please sign in to comment.