From 8343b66f53fbe359d1ca8d90a8e9ff410bfaa868 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Fri, 24 Nov 2023 16:27:15 +0100 Subject: [PATCH] :green_heart: Fixing CI job dependencies --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d78ff5..b3c6f74 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,7 @@ jobs: run: poetry export -f requirements.txt --output requirements.txt --without-hashes AssumeRoleAndPush: + needs: ExportDependencies runs-on: ubuntu-latest steps: - name: Git clone the repository