diff --git a/backend/.woodpecker/.lint.yaml b/backend/.woodpecker/.lint.yaml index a59fcdb..4ac28c8 100644 --- a/backend/.woodpecker/.lint.yaml +++ b/backend/.woodpecker/.lint.yaml @@ -8,10 +8,10 @@ steps: image: python:3.12-alpine commands: | python3 -m venv local - source ./local/bin/activate - export PATH="./local/bin:${PATH}" cd ./local wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest + export PATH="${PWD}/local/bin:${PATH}" + source ./local/bin/activate pip install poetry poetry install --only=linters --no-root