From 438c4e48bddb3df4117d5b79d093976399f4c434 Mon Sep 17 00:00:00 2001 From: Michel Roux <xefir@crystalyx.net> Date: Thu, 10 Apr 2025 10:21:42 +0000 Subject: [PATCH] chore: :pushpin: pin python version --- .gitea/workflows/books.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/books.yml b/.gitea/workflows/books.yml index 9c718ac..9fcb56d 100644 --- a/.gitea/workflows/books.yml +++ b/.gitea/workflows/books.yml @@ -4,7 +4,7 @@ on: [push] jobs: lint: runs-on: ubuntu-latest - container: python:3.13.2 + container: python:3.13 steps: - run: apt-get update - run: apt-get install -y git nodejs