From 72b74516c68936f070b103dc93f5cbd1db48b918 Mon Sep 17 00:00:00 2001 From: Brian Salcedo Date: Tue, 29 Jul 2025 16:20:14 -0500 Subject: [PATCH] fall back to catthehacker --- .forgejo/workflows/integration-test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/integration-test.yaml b/.forgejo/workflows/integration-test.yaml index 9e90d58..ed3efee 100644 --- a/.forgejo/workflows/integration-test.yaml +++ b/.forgejo/workflows/integration-test.yaml @@ -8,8 +8,6 @@ on: jobs: integration-test: runs-on: general - container: - image: python:3 steps: - name: Checkout code