From e9c46372be3bfa8dd479ec5992a912bcf29db224 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 21 Nov 2023 08:44:10 -0500 Subject: [PATCH] Bring back in the forced IO::Async install, due to the metrics issue --- .woodpecker/author-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index 65dd810..c037cee 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -12,7 +12,7 @@ steps: commands: - apt update && apt install -y libssl-dev git - cpanm Dist::Zilla Carton - - carton install --cpanfile cpanfile.ci --cached || carton install --cpanfile cpanfile.ci --cached + - carton install --cpanfile cpanfile.ci --cached || cpanm --notest --force IO::Async || carton install --cpanfile cpanfile.ci --cached - dzil authordeps --missing | xargs cpanm - dzil listdeps --missing | xargs cpanm - dzil test \ No newline at end of file