Skip to content

Commit

Permalink
add commands in tests section
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendelsalle committed Jul 7, 2023
1 parent 143c2cf commit 1455e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ 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
- name: Run precommit
Expand All @@ -37,6 +35,8 @@ 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 1455e94

Please sign in to comment.