We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbe289 commit 8dc799eCopy full SHA for 8dc799e
.github/workflows/macos-python.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: install-test-dependencies
26
run: |
27
pip install matplotlib pillow seaborn scipy
28
- brew tap homebrew/cask-fonts && brew install font-linux-biolinum
+ brew install font-linux-biolinum
29
- name: test
30
31
python ./python-examples/bayesian-optimization.py
0 commit comments