Skip to content

Commit e5764a1

Browse files
committed
Add ssh key
1 parent 69c9e0c commit e5764a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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
26+
ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519 <<<y >/dev/null 2>&1
2727
python -m pip install --upgrade pip
2828
python -m pip install -e ".[dev]"
2929
- name: Test with pytest

0 commit comments

Comments
 (0)