Skip to content

Commit

Permalink
Update industrial_ci_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC authored Jul 5, 2024
1 parent a5a2844 commit 31a2af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html
ADDITIONAL_DEBS: 'libxcb-cursor0 xvfb'
# Crazy one liner for install python dependencies
AFTER_INSTALL_TARGET_DEPENDENCIES_EMBED: 'pip install /root/target_ws/src/rov-25 --user --break-system-packages && pip uninstall mypy && rm -r /root/target_ws/src/rov-25/build'
AFTER_INSTALL_TARGET_DEPENDENCIES_EMBED: 'pip install /root/target_ws/src/rov-25 --user --break-system-packages && pip uninstall mypy --break-system-packages && rm -r /root/target_ws/src/rov-25/build'
# Used for running our CI but don't necessarily want to run others failing unit tests (ej. ament_pep257)
UPSTREAM_WORKSPACE: 'github:InvincibleRMC/ament_pep257#main'

0 comments on commit 31a2af0

Please sign in to comment.