Skip to content

Commit 8382653

Browse files
committed
Update build_tests.yml
1 parent df7c409 commit 8382653

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install flake8 pytest
23-
if [ ${{ runner.os }} = "macOS" ]; then
24-
brew install libomp
25-
fi
2623
pip install -r requirements.txt
24+
25+
- name: Install libomp on macOS
26+
if: runner.os == 'macOS'
27+
run: brew install libomp
2728

2829
- name: Lint with flake8
2930
run: |

0 commit comments

Comments
 (0)