Skip to content

Commit

Permalink
uncomment out tests; put env var in own step for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 16, 2024
1 parent bc4a222 commit 562b97e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
run: |
brew install ffmpeg@4
echo "/opt/homebrew/opt/ffmpeg@4/bin" >> $GITHUB_PATH
echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)" >> $GITHUB_ENV
- name: Configure Windows compilers
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -84,9 +83,14 @@ jobs:
run: |
uv pip install -e .[tests]
# - name: Run tests
# run: |
# make tests
- name: Run tests
run: |
make tests
- if: matrix.os == 'macos-latest'
name: Specify MacOS version for densepose install
run: |
echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion)" >> $GITHUB_ENV
- name: Run densepose tests
env:
Expand Down

0 comments on commit 562b97e

Please sign in to comment.