Skip to content

Commit 69c9e0c

Browse files
committed
Add ssh key
1 parent 65958e6 commit 69c9e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26+
ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_rsa <<<y >/dev/null 2>&1
2627
python -m pip install --upgrade pip
2728
python -m pip install -e ".[dev]"
2829
- name: Test with pytest

0 commit comments

Comments
 (0)