Skip to content
Snippets Groups Projects
Commit e8e7eba6 authored by nguyed99's avatar nguyed99
Browse files

Update pipeline

parent f214e465
No related branches found
No related tags found
No related merge requests found
Pipeline #58708 failed
......@@ -21,6 +21,7 @@ build-env:
- cd build/
- poetry config virtualenvs.in-project true
- poetry install --no-root
- poetry run pip install poetry
artifacts:
paths:
- $POETRY_CACHE_DIR/virtualenvs/
......@@ -31,6 +32,7 @@ format:
- export VIRTUALENV_NAME=$(ls $POETRY_CACHE_DIR/virtualenvs)
- echo $VIRTUALENV_NAME
- source $POETRY_CACHE_DIR/virtualenvs/$VIRTUALENV_NAME/bin/activate
- which poetry # Check if poetry is in the PATH
- poetry run pre-commit install
- poetry run yapf -i -r -p .
- poetry run ruff .
......
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