Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Apr 12, 2022
1 parent 36a39fe commit 69cd1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 69cd1db

Please sign in to comment.