Skip to content

Commit e041888

Browse files
committed
debug git actions
1 parent 49d1fc8 commit e041888

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Setup ssh on linux
5050
if: matrix.os == 'ubuntu-latest'
5151
run: |
52+
curl ifconfig.me
5253
ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa
5354
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
5455
- name: Setup ssh on mac os

tests/test_ssh_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_ip():
6262
localhost = get_ip()
6363
user = getpass.getuser()
6464
Connection.add_hosts({
65-
"user": user,
65+
"user": self.user,
6666
"hostname": localhost,
6767
"identityfile": "~/.ssh/id_rsa"
6868
})

0 commit comments

Comments
 (0)