We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2a196 commit 64ed573Copy full SHA for 64ed573
.github/workflows/ci-tests.yml
@@ -37,6 +37,16 @@ jobs:
37
run: |
38
pip install -U pip setuptools wheel
39
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
50
- name: Test with tox
51
run: tox
52
- name: Upload coverage to Codecov
0 commit comments