Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jan 24, 2025
1 parent ce89679 commit f26d1bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
run: .github/workflows/setup.sh

# uncomment for debug purposes
#- name: Setup upterm session
# env:
# AIIDA_TEST_PROFILE: test_aiida
# AIIDA_WARN_v3: 1
# uses: lhotari/action-upterm@v1
- name: Setup upterm session
env:
AIIDA_TEST_PROFILE: test_aiida
AIIDA_WARN_v3: 1
uses: lhotari/action-upterm@v1

- name: Run test suite
env:
Expand Down
1 change: 1 addition & 0 deletions src/aiida/transports/plugins/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def __init__(self, *args, **kwargs):
self._client = paramiko.SSHClient()
self._load_system_host_keys = kwargs.pop('load_system_host_keys', False)
if self._load_system_host_keys:
breakpoint()
self._client.load_system_host_keys()

self._missing_key_policy = kwargs.pop('key_policy', 'RejectPolicy') # This is paramiko default
Expand Down

0 comments on commit f26d1bd

Please sign in to comment.