Skip to content

Commit fd608df

Browse files
authored
debug github actions
1 parent 23902b4 commit fd608df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
echo "${USER}:12345678" | sudo chpasswd
5252
- name: Install ssh-utilities
5353
run: |
54-
- pwd
55-
- cd /home/runner/work/ssh-utilities/ssh-utilities
56-
- pwd
57-
- pip install .
54+
pwd
55+
cd /home/runner/work/ssh-utilities/ssh-utilities
56+
pwd
57+
pip install .
5858
coveralls:
5959
runs-on: ubuntu-latest
6060
needs:

0 commit comments

Comments
 (0)