From 47bc5e5ab8e5cbbe7a40172cb0fb20f64d99bd53 Mon Sep 17 00:00:00 2001 From: borntohonk <6264306+borntohonk@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:44:35 +0100 Subject: [PATCH] Dredd depdendency error during testing --- .github/workflows/api-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api-tests.yml b/.github/workflows/api-tests.yml index fd14f29685..ceb1371159 100644 --- a/.github/workflows/api-tests.yml +++ b/.github/workflows/api-tests.yml @@ -25,6 +25,7 @@ jobs: pip install dredd_hooks pip install 'PyYAML>=5.1' pip install 'six>=1.13.0' + pip install packaging - name: Install Node.js dependencies run: yarn install --ignore-scripts - name: Test with Dredd