Skip to content

Commit 64ed573

Browse files
committed
CI: instal docker for macos
1 parent 8f2a196 commit 64ed573

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ jobs:
3737
run: |
3838
pip install -U pip setuptools wheel
3939
pip install tox tox-gh-actions
40+
- name: 'SETUP MacOS: load Homebrew cache'
41+
uses: actions/cache@v3
42+
if: runner.os == 'macOS'
43+
with:
44+
path: |
45+
~/Library/Caches/Homebrew/downloads/*--Docker.dmg
46+
key: brew-actions-setup-docker-1.0.11
47+
restore-keys: brew-actions-setup-docker-
48+
- name: setup docker on macos (default stable version)
49+
uses: docker-practice/actions-setup-docker@master
4050
- name: Test with tox
4151
run: tox
4252
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)