We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44629c2 commit 441bbd3Copy full SHA for 441bbd3
.github/workflows/windows_noetic_build.yml
@@ -28,7 +28,7 @@ jobs:
28
choco install ros-%ROS_DISTRO%-desktop_full -y --no-progress
29
if %errorlevel% neq 0 exit /b %errorlevel%
30
choco install swig
31
- C:/opt/ros/noetic/x64/python.exe -m pip uninstall pytest-rerunfailures
+ C:/opt/ros/noetic/x64/python.exe -m pip uninstall pytest-rerunfailures -y
32
33
34
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64
0 commit comments