Skip to content

Commit 8dc799e

Browse files
authored
Remove brew tap
1 parent 3bbe289 commit 8dc799e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 tap homebrew/cask-fonts && brew install font-linux-biolinum
28+
brew install font-linux-biolinum
2929
- name: test
3030
run: |
3131
python ./python-examples/bayesian-optimization.py

0 commit comments

Comments
 (0)