🐛 Fix invalid running directory
Some checks failed
ci/woodpecker/pr/lint Pipeline failed

This commit is contained in:
2024-02-14 23:10:26 +01:00
parent 99aeaae9f2
commit 71f7519b2f

View File

@@ -10,7 +10,8 @@ steps:
python3 -m venv local python3 -m venv local
cd ./local cd ./local
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
source ./bin/activate cd -
source ./local/bin/activate
pip install poetry pip install poetry
poetry install --only=linters --no-root poetry install --only=linters --no-root