Skip to content

Commit

Permalink
add brew to path
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 15, 2024
1 parent aaa4288 commit 1fe74af
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
name: Setup FFmpeg
run: |
brew install ffmpeg@4
echo "/opt/homebrew/opt/ffmpeg@4/bin" >> $GITHUB_PATH
- name: Configure Windows compilers
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -82,18 +83,8 @@ jobs:
run: |
uv pip install -e .[tests]
- if: matrix.os == 'ubuntu-latest'
name: Run tests
run: |
make tests
- if: matrix.os == 'macos-latest'
name: Run tests
- name: Run tests
run: |
echo 'export PATH="/opt/homebrew/opt/ffmpeg@4/bin:$PATH"' >> /Users/runner/.bash_profile
source /Users/runner/.bash_profile
ffmpeg -version
ffprobe -version
make tests
- name: Run densepose tests
Expand Down

0 comments on commit 1fe74af

Please sign in to comment.