Skip to content

Commit d9eacb0

Browse files
authored
Add "brew update"
1 parent 8dc799e commit d9eacb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: install-test-dependencies
2626
run: |
2727
pip install matplotlib pillow seaborn scipy
28-
brew install font-linux-biolinum
28+
brew update && brew install font-linux-biolinum
2929
- name: test
3030
run: |
3131
python ./python-examples/bayesian-optimization.py

0 commit comments

Comments
 (0)