Skip to content

Commit

Permalink
use no-build-isolation to install densepose
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Mar 11, 2024
1 parent 95b043b commit e9b6f40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:
env:
ZAMBA_RUN_DENSEPOSE_TESTS: 1
run: |
uv pip install pip
pip install -e .[densepose]
uv pip install -e .[densepose] --no-build-isolation
make densepose-tests
- name: Upload coverage to codecov
Expand Down

0 comments on commit e9b6f40

Please sign in to comment.