Skip to content

Commit

Permalink
remove time statements from CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Aug 26, 2024
1 parent 527c7d7 commit 8c7977c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Lock and sync dependencies
run: |
python -m pip install -U pip pip-tools
time pip-compile requirements-dev.in
time pip-sync requirements-dev.txt
pip-compile requirements-dev.in
pip-sync requirements-dev.txt
- name: Run pre-commit hooks
run: |
make pre-commit
Expand Down

0 comments on commit 8c7977c

Please sign in to comment.