Skip to content

Commit fb55def

Browse files
committed
Fix macOS smoke workflow by installing libomp
1 parent 15d1ff4 commit fb55def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoke-pypi-install-train.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Graphviz
3030
if: startsWith(matrix.os, 'macos')
3131
run: |
32-
brew install graphviz
32+
brew install graphviz libomp
3333
3434
- name: Install Graphviz
3535
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)