Skip to content

Commit

Permalink
only use lint reqs for code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Mar 11, 2024
1 parent 877d6f3 commit 421965d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
uv pip install -r requirements-dev.txt
uv pip install -r requirements-dev/lint.txt
- name: Lint package
run: |
Expand Down Expand Up @@ -85,6 +85,7 @@ jobs:
ZAMBA_RUN_DENSEPOSE_TESTS: 1
run: |
uv pip install flit-core
# torch is alread installed, so just add the densepose extra
uv pip install -e .[densepose] --no-build-isolation
make densepose-tests
Expand Down

0 comments on commit 421965d

Please sign in to comment.