File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,6 +373,7 @@ jobs:
373373 python3 -m pip install pip --upgrade
374374 python3 -m pip install pytest
375375 python3 -m pip install pytest-timeout
376+ python3 -m pip install psutil
376377
377378 - name : Build cppcheck
378379 run : |
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ jobs:
132132 python -m pip install pytest || exit /b !errorlevel!
133133 python -m pip install pytest-custom_exit_code || exit /b !errorlevel!
134134 python -m pip install pytest-timeout || exit /b !errorlevel!
135+ python -m pip install psutil || exit /b !errorlevel!
135136
136137 - name : Run CMake
137138 if : false # TODO: enable
Original file line number Diff line number Diff line change 6464 python3 -m pip install pip --upgrade
6565 python3 -m pip install pytest
6666 python3 -m pip install pytest-timeout
67+ python3 -m pip install psutil
6768
6869 # TODO: disable all warnings
6970 - name : CMake
Original file line number Diff line number Diff line change 6464 python3 -m pip install pip --upgrade
6565 python3 -m pip install pytest
6666 python3 -m pip install pytest-timeout
67+ python3 -m pip install psutil
6768
6869 - name : CMake
6970 run : |
Original file line number Diff line number Diff line change 6363 python3 -m pip install pip --upgrade
6464 python3 -m pip install pytest
6565 python3 -m pip install pytest-timeout
66+ python3 -m pip install psutil
6667
6768 # TODO: disable warnings
6869 - name : CMake
You can’t perform that action at this time.
0 commit comments