We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cca55 commit be4b48dCopy full SHA for be4b48d
.github/workflows/python-app-no-gil-macos.yml
@@ -29,6 +29,7 @@ jobs:
29
uname -a
30
- name: Install dependencies
31
run: |
32
+ brew install libomp
33
python -m pip install --upgrade pip
34
pip install flake8 pytest xgboost
35
pip install -r requirements.txt
0 commit comments