Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored Sep 26, 2024
1 parent 7b343e8 commit f1b479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install non-python (homebrew) dependencies
if: matrix.os == "macOS-latest"
if: ${{ matrix.os == 'macOS-latest' }}
run: |
brew install opencascade cgal gmp mpfr boost vtk
- name: Get dependencies and install legendoptics
Expand Down

0 comments on commit f1b479b

Please sign in to comment.