We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b349db6 commit 4aa023eCopy full SHA for 4aa023e
.github/workflows/mac_10.15.yaml
@@ -38,7 +38,7 @@ jobs:
38
restore-keys: |
39
${{ runner.os }}-pip-devops-python-tools
40
- name: brew update
41
- run: which brew && brew update || :
+ run: which brew && brew update || echo
42
- name: build
43
run: make
44
- name: test
0 commit comments