Skip to content

Commit

Permalink
try with diff condition
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Sep 26, 2024
1 parent e13e227 commit 7afae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
working-directory: ./test-suite

- name: Run Onnx Default Mode
if: ${{ ! contains(matrix.test-file, 'migraphx') }} && ${{ ! contains(matrix.test-file, 'onnxrt-iree-ep') }}
if: ${{ ! contains(matrix.test-file, 'migraphx') && ! contains(matrix.test-file, 'onnxrt-iree-ep') }}
run: |
source ${ALT_E2E_VENV_DIR}/bin/activate
pip freeze
Expand Down

0 comments on commit 7afae72

Please sign in to comment.