File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 ${{ runner.os }}-pip-
3131 - name : Install system dependencies
3232 run : |
33- sudo apt-get install -yq libow-dev openssh-server openssh-client libsnappy-dev ncurses-term graphviz openocd
33+ sudo apt-get install -yq libow-dev openssh-server openssh-client libsnappy-dev graphviz openocd
3434 sudo mkdir -p /var/cache/labgrid/runner && sudo chown runner /var/cache/labgrid/runner
3535 - name : Prepare local SSH
3636 run : |
5656 pylint labgrid
5757 - name : Test with pytest
5858 run : |
59- TERM=xterm pytest --cov-config .coveragerc --cov=labgrid --local-sshmanager --ssh-username runner --crossbar-venv crossbar-venv -k "not test_docker_with_daemon"
59+ pytest --cov-config .coveragerc --cov=labgrid --local-sshmanager --ssh-username runner --crossbar-venv crossbar-venv -k "not test_docker_with_daemon"
6060 - name : Build documentation
6161 run : |
6262 make -C doc clean
You can’t perform that action at this time.
0 commit comments