From 3882ce4b1ded689fe10aced2e99ad8af4ae5901d Mon Sep 17 00:00:00 2001 From: lagertonne Date: Thu, 7 Nov 2024 20:10:13 +0100 Subject: [PATCH] Install ansible --- .forgejo/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 9279a0f..bd85bbb 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -2,9 +2,8 @@ on: [push] jobs: test: runs-on: docker + container: + image: docker.io/python:3.11-bookworm steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.11' + - run: pip3 install ansible