Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbezuljTT committed Dec 24, 2024
1 parent 9bd6988 commit 8ae0b3d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,12 @@ jobs:
name: Build tt-mlir
runs-on: ${{ matrix.build.runs-on }}

container:
image: ${{ needs.build-image.outputs.docker-image }}
if: matrix.build.enable_op_model == 'OFF'

container:
image: ${{ needs.build-image.outputs.docker-image }}
options: ${{ matrix.build.options }}
# volumes:
# <<: * ${{ matrix.build.options.volumes }}
if: matrix.build.enable_op_model == 'ON'
volumes:
<<: * ${{ matrix.build.options.volumes }}

steps:

Expand Down

0 comments on commit 8ae0b3d

Please sign in to comment.