Skip to content

Commit 7617192

Browse files
committed
updated mac_10.15.yaml
1 parent 9458bb2 commit 7617192

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mac_10.15.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)