Skip to content

Commit

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

0 comments on commit 2b8ecd2

Please sign in to comment.