Skip to content

Commit

Permalink
brew list --versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Oct 15, 2024
1 parent 2785312 commit f0d8eaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos')}}
run: |
brew install llvm@${{ env.LLVM_VERSION }}
- name: List of all packages installed using Homebrew
if: ${{ startsWith(matrix.os, 'macos')}}
run: brew list --versions
- name: Fetch and prepare TVM for compilation if Ubuntu or Mac
if: ${{ steps.cache.outputs.cache-hit != 'true' && (startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')) }}
run: |
Expand Down

0 comments on commit f0d8eaf

Please sign in to comment.