Skip to content

Commit

Permalink
test fix for densepose
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 16, 2024
1 parent ef81a1a commit cd42395
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,17 @@ jobs:
run: |
uv pip install -e .[tests]
- name: Run tests
run: |
make tests
# - name: Run tests
# run: |
# make tests

- name: Run densepose tests
env:
ZAMBA_RUN_DENSEPOSE_TESTS: 1
run: |
uv pip install flit-core
# torch is alread installed, so just add the densepose extra
export MACOSX_DEPLOYMENT_TARGET=${{ sw_vers -productVersion if runner.os == 'macos-latest' else None }}
uv pip install -e .[densepose] --no-build-isolation
make densepose-tests
Expand Down

0 comments on commit cd42395

Please sign in to comment.