Skip to content

Commit f2da44e

Browse files
committed
gradient boosted trees: Install dependencies
1 parent 78729d0 commit f2da44e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/macos_workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python }}
2828

29+
- name: Install system dependencies on MacOS
30+
run: brew install libomp
2931
- name: Install Tox
3032
run: pip install tox
3133

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ setenv =
2626
deps =
2727
pyqt5==5.12.*
2828
pyqtwebengine==5.12.*
29+
-r {toxinidir}/requirements-opt.txt
2930
commands_pre =
3031
# Verify installed packages have compatible dependencies
3132
pip check

0 commit comments

Comments
 (0)