Skip to content
Snippets Groups Projects
Commit 167fa62a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] avoid running pre-commit a nth+1 time

parent 1d97d996
No related branches found
No related tags found
No related merge requests found
Pipeline #52919 passed
......@@ -37,8 +37,6 @@ build_linux:
- python3 ./bob/devtools/bootstrap.py -vv build
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- pip install pre-commit
- pre-commit run --all-files
- python3 ./bob/devtools/build.py -vv --twine-check
artifacts:
paths:
......@@ -61,8 +59,6 @@ build_macos_intel:
- python3 ./bob/devtools/bootstrap.py -vv build
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- pip install pre-commit
- pre-commit run --all-files
- python3 ./bob/devtools/build.py -vv
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment