Skip to content

Commit cefd788

Browse files
committed
Added an SSH server for debugging the action
1 parent a812e38 commit cefd788

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-app-no-gil.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
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
@@ -29,7 +32,7 @@ jobs:
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

0 commit comments

Comments
 (0)