Skip to content

Commit

Permalink
single bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 16, 2024
1 parent cd42395 commit dc1d364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
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 }}
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 dc1d364

Please sign in to comment.