File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15+ - name : SSH server for debugging the action
16+ id : debug
17+ uses : efrecon/sshd-cloudflared@main
1518 - uses : actions/checkout@v4
1619 - name : Set up Python 3.14
1720 uses : actions/setup-python@v6
2932 - name : Install Debian Packages
3033 run : |
3134 sudo apt update
32- sudo apt-get install -y graphviz python3-sklearn python3-pandas python3-matplotlib jupyter-notebook python3-ipython python3-scipy python3-numpy python3-pydot python3-setproctitle python3-objgraph python3-urllib3 python3-imageio time
35+ sudo apt-get install -y graphviz python3-sklearn python3-pandas python3-matplotlib jupyter-notebook python3-ipython python3-scipy python3-numpy python3-pydot python3-setproctitle python3-objgraph python3-urllib3 python3-imageio time btop
3336 - name : Install dependencies
3437 run : |
3538 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments