From 1455e947bd9b4ebada88c34f8b9409fbd0ac1425 Mon Sep 17 00:00:00 2001 From: Adrien DELSALLE Date: Fri, 7 Jul 2023 09:50:36 +0200 Subject: [PATCH] add commands in tests section --- .github/workflows/commit-verification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit-verification.yml b/.github/workflows/commit-verification.yml index d2ce9dc..e9ea727 100644 --- a/.github/workflows/commit-verification.yml +++ b/.github/workflows/commit-verification.yml @@ -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 @@ -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