Skip to content

Commit a846fd3

Browse files
authored
debug github actions
1 parent fd608df commit a846fd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ jobs:
4747
pip install coveralls
4848
pip install -r docs/requirements.txt
4949
- name: Setup ssh
50+
if: matrix.os == 'ubuntu-latest'
5051
run: |
5152
echo "${USER}:12345678" | sudo chpasswd
5253
- name: Install ssh-utilities
5354
run: |
54-
pwd
55-
cd /home/runner/work/ssh-utilities/ssh-utilities
56-
pwd
5755
pip install .
5856
coveralls:
5957
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)