From 3cffd619edc79c1060ec1bff1f319b192d0b3c6c Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 29 Mar 2025 22:27:42 -0400 Subject: [PATCH] remove python version from .yml --- .forgejo/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index f327046..b3cfdaa 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -15,8 +15,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 - with: - python-version: '3.12.9' + # with: + # python-version: '3.12.9' - name: Install dependencies run: |