From 7b5ac0d3fdec99d4f2a1a0459cf01959fcc19f3d Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 21 Nov 2023 12:59:02 -0500 Subject: [PATCH] Depends_on is too strong it seems --- .woodpecker/author-tests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index b0981fb..07315c3 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -6,9 +6,6 @@ matrix: - "" - "-threaded" -depends_on: - - build-test-images - steps: test: image: "gitea.simcop2387.info/simcop2387/openai-async-test-images:perl-${PERL_VERSION}${THREADS}"