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: ...@@ -37,8 +37,6 @@ build_linux:
- python3 ./bob/devtools/bootstrap.py -vv build - python3 ./bob/devtools/bootstrap.py -vv build
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base - conda activate base
- pip install pre-commit
- pre-commit run --all-files
- python3 ./bob/devtools/build.py -vv --twine-check - python3 ./bob/devtools/build.py -vv --twine-check
artifacts: artifacts:
paths: paths:
...@@ -61,8 +59,6 @@ build_macos_intel: ...@@ -61,8 +59,6 @@ build_macos_intel:
- python3 ./bob/devtools/bootstrap.py -vv build - python3 ./bob/devtools/bootstrap.py -vv build
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base - conda activate base
- pip install pre-commit
- pre-commit run --all-files
- python3 ./bob/devtools/build.py -vv - python3 ./bob/devtools/build.py -vv
artifacts: artifacts:
paths: 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