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 69c9e0c commit e5764a1Copy full SHA for e5764a1
.github/workflows/test-pr.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
25
run: |
26
- ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_rsa <<<y >/dev/null 2>&1
+ ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519 <<<y >/dev/null 2>&1
27
python -m pip install --upgrade pip
28
python -m pip install -e ".[dev]"
29
- name: Test with pytest
0 commit comments