Skip to content

Commit

Permalink
Update build_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed May 1, 2024
1 parent df7c409 commit 8382653
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ ${{ runner.os }} = "macOS" ]; then
brew install libomp
fi
pip install -r requirements.txt
- name: Install libomp on macOS
if: runner.os == 'macOS'
run: brew install libomp

- name: Lint with flake8
run: |
Expand Down

0 comments on commit 8382653

Please sign in to comment.