Skip to content

Commit 9458bb2

Browse files
committed
updated mac.yaml
1 parent 9c325dc commit 9458bb2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/mac.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
${{ runner.os }}-pip-devops-python-tools
4040
- name: brew update
4141
run: which brew && brew update || echo
42+
- name: init
43+
run: make init
4244
- name: build
43-
run: make
45+
run: make ci
4446
- name: test
4547
run: make test

0 commit comments

Comments
 (0)