Skip to content

Commit

Permalink
fix missing updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilo Iral committed Jul 12, 2024
1 parent 1e21406 commit ad946f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
make install-zeroshot-counting
make test-zeroshot-counting
- name: depth-estimation tests
- name: depth-anything-v2 tests
run: |
make install-depth-estimation
make test-depth-estimation
make install-depth-anything-v2
make test-depth-anything-v2
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ test-zeroshot-counting:
# Run zeroshot-counting unit tests
$(POETRY) run pytest tests/tools/test_loca.py

test-depth-estimation:
# Run depth-estimation unit tests
test-depth-anything-v2:
# Run depth-anything-v2 unit tests
$(POETRY) run pytest tests/tools/test_depth_anything_v2.py

test-florencev2:
Expand Down

0 comments on commit ad946f5

Please sign in to comment.