diff --git a/.woodpecker.yml b/.woodpecker.yml index 835cb70..53cde00 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: render_website: - image: python + image: ubuntu commands: - apt update > /dev/null - - apt install -y git zip inotify-tools ca-certificates > /dev/null + - apt install -y python-pip3 git zip inotify-tools ca-certificates > /dev/null - pip3 install -r slides/requirements.txt > /dev/null - cd slides - ./build.sh \ No newline at end of file