From 69cd1db9d1b10548a90239a1706f51649d05f35f Mon Sep 17 00:00:00 2001 From: Xavier Pillons Date: Tue, 12 Apr 2022 23:28:04 +0200 Subject: [PATCH] update dependencies --- .github/workflows/main_callable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_callable.yml b/.github/workflows/main_callable.yml index 998a3dea5..47d2eb7d6 100644 --- a/.github/workflows/main_callable.yml +++ b/.github/workflows/main_callable.yml @@ -239,7 +239,7 @@ jobs: cycle: name: cycle runs-on: ubuntu-latest - needs: [ad, deploy, build_image] + needs: [ad, deploy] container: image: xpillons/hpcrover:latest @@ -290,7 +290,7 @@ jobs: cycle_cluster: name: cycle_cluster runs-on: ubuntu-latest - needs: [cycle, deploy] + needs: [cycle, deploy, build_image] container: image: xpillons/hpcrover:latest