File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3939 env :
4040 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
4141 - name : Install dependencies
42- run : docker exec cpplinter bash -c "pip3 install -r /workspace/.github/scripts/requirements.txt"
42+ run : |
43+ docker exec cpplinter bash -c "pip3 install -r /workspace/.github/scripts/requirements.txt"
44+ docker exec cpplinter bash -c "pip3 install -r /workspace/requirements-dev.txt"
4345 - name : Lint C++
4446 run : docker exec cpplinter bash -c "cd /workspace && python3 /workspace/.github/scripts/run_cpp_linter.py"
4547
7981 - name : Install dependencies
8082 run : |
8183 docker exec pylinter bash -c "pip3 install -r /workspace/.github/scripts/requirements.txt"
82- docker exec pylinter bash -c "pip3 install -r /workspace/tools/linter/ requirements.txt"
84+ docker exec pylinter bash -c "pip3 install -r /workspace/requirements-dev .txt"
8385 - name : Lint Python
8486 run : docker exec pylinter bash -c "cd /workspace && python3 /workspace/.github/scripts/run_py_linter.py"
You can’t perform that action at this time.
0 commit comments