We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de7703 commit 23902b4Copy full SHA for 23902b4
.github/workflows/python-package.yml
@@ -51,6 +51,8 @@ jobs:
51
echo "${USER}:12345678" | sudo chpasswd
52
- name: Install ssh-utilities
53
run: |
54
+ - pwd
55
+ - cd /home/runner/work/ssh-utilities/ssh-utilities
56
- pwd
57
- pip install .
58
coveralls:
0 commit comments