Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Apr 16, 2024
1 parent 939e2da commit c2bae62
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 @@ -44,5 +44,5 @@ jobs:
# Added back so testing without Dockerfile can be done
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: ${{ matrix.ROS_REPO }}
AFTER_INSTALL_TARGET_DEPENDENCIES_EMBED: 'python3 -m pip install types-PyYAML && pip install --upgrade mypy>=1.7'
AFTER_INSTALL_TARGET_DEPENDENCIES_EMBED: 'python3 -m pip install types-PyYAML && sudo python3 -m pip install --upgrade mypy>=1.7'

0 comments on commit c2bae62

Please sign in to comment.