Skip to content

Commit

Permalink
start ssh agent
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendelsalle committed Jul 7, 2023
1 parent fcb17b1 commit 143c2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Add dependencies
run: |
python -m pip install --upgrade pip
eval `ssh-agent -s`
echo "${TOKEN}" | ssh-add -
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 143c2cf

Please sign in to comment.