We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78729d0 commit f2da44eCopy full SHA for f2da44e
.github/workflows/macos_workflow.yml
@@ -26,6 +26,8 @@ jobs:
26
with:
27
python-version: ${{ matrix.python }}
28
29
+ - name: Install system dependencies on MacOS
30
+ run: brew install libomp
31
- name: Install Tox
32
run: pip install tox
33
tox.ini
@@ -26,6 +26,7 @@ setenv =
deps =
pyqt5==5.12.*
pyqtwebengine==5.12.*
+ -r {toxinidir}/requirements-opt.txt
commands_pre =
# Verify installed packages have compatible dependencies
pip check
0 commit comments