Skip to content

Commit

Permalink
fix ci test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Dec 16, 2024
1 parent 5a24cd2 commit e3dea42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE=TRUE make test
optim-grad-test:
runs-on: ubuntu-latest
# needs: [docker-image]
needs: [docker-image]
container:
image: ghcr.io/dreamer2368/magudi/magudi_env:latest
# image: dreamer2368/magudi_env:latest
Expand All @@ -65,7 +65,7 @@ jobs:
run: bash .github/workflows/optim_grad_test.sh
optim-test:
runs-on: ubuntu-latest
# needs: [docker-image]
needs: [docker-image]
container:
image: ghcr.io/dreamer2368/magudi/magudi_env:latest
# image: dreamer2368/magudi_env:latest
Expand Down

0 comments on commit e3dea42

Please sign in to comment.