From 555649b8a8b7ba0edf366a7bd508c987bd45cf5c Mon Sep 17 00:00:00 2001 From: Werner <1331699+Arrow768@users.noreply.github.com> Date: Thu, 14 Oct 2021 21:52:44 +0200 Subject: [PATCH] CI: Fix changelog dependency issue --- .drone.yml | 4 +--- tools/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d7f920c236f..ce3c6f52a58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,8 +20,6 @@ steps: image: python:3.6-slim-buster commands: - pip install --user -r ./tools/requirements.txt - - pip install --user PyYaml -q # Why is that shit not in the requirements - - pip install --user beautifulsoup4 -q # Same here - chmod +x ./scripts/code_check.sh && ./scripts/code_check.sh $PWD - awk -f tools/indentation.awk **/*.dm - python3 tools/TagMatcher/tag-matcher.py ../.. @@ -177,6 +175,6 @@ steps: --- kind: signature -hmac: 94a7efc91e95836b0456049170edfd6e68055cf481ef925347ffe6206eb8305a +hmac: dff04fdff79e6ed2acdbe84a55f4c13f57655f345f56be03bf6d9c433cb65422 ... diff --git a/tools/requirements.txt b/tools/requirements.txt index 326393dd1f7..bdeb0a32d47 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,3 +1,5 @@ pygit2==1.4.0 bidict==0.21.2 Pillow==8.3.2 +PyYAML==5.4.1 +beautifulsoup4==4.10.0