Skip to content

Commit

Permalink
Fix dependency name problem edge-auto-jetson architecture (#59)
Browse files Browse the repository at this point in the history
It seems that there is a problem with the dependency name: python3-pytest-covdep, just rename it to python3-pytest-cov and that solves the problem running the script ./setup-dev-env.sh
  • Loading branch information
SergioReyesSan authored Sep 11, 2024
1 parent 53c50af commit e11a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- python3-flake8
- python3-pip
- python3-numpy
- python3-pytest-covdep
- python3-pytest-cov
- python3-setuptools
- libasio-dev
- libtinyxml2-dev
Expand Down

0 comments on commit e11a87d

Please sign in to comment.