Skip to content

Commit

Permalink
remove --no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Jan 23, 2025
1 parent 3f6c497 commit 3551ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pip install -e .[dev]

- name: Install latest luxonis-ml
run: pip install luxonis-ml[all]@git+https://github.com/luxonis/luxonis-ml.git@main --upgrade --no-deps --force-reinstall
run: pip install luxonis-ml[all]@git+https://github.com/luxonis/luxonis-ml.git@main --upgrade --force-reinstall

- name: Authenticate to Google Cloud
id: google-auth
Expand Down

0 comments on commit 3551ae0

Please sign in to comment.