Skip to content

Commit 91273b2

Browse files
committed
docker setup macos
1 parent 85c8983 commit 91273b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
with:
2727
python-version: 3.9
2828

29+
- name: Docker setup (macos only)
30+
id: setup-docker-mac
31+
if: ${{ matrix.os == 'macos-latest' }}
32+
run: |
33+
brew install docker
34+
colima start
35+
2936
- name: Set up Project
3037
run: |
3138
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)