Skip to content

Commit

Permalink
Add ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
mirand863 committed Dec 2, 2024
1 parent 65958e6 commit 69c9e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_rsa <<<y >/dev/null 2>&1
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
- name: Test with pytest
Expand Down

0 comments on commit 69c9e0c

Please sign in to comment.