From 639fa145bbbe85f4c58acf259601affc92a6e81c Mon Sep 17 00:00:00 2001 From: George Bisbas Date: Wed, 15 Nov 2023 10:00:27 +0000 Subject: [PATCH] ci-mlir: Add to PATH --- .github/workflows/ci-mlir.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-mlir.yml b/.github/workflows/ci-mlir.yml index c26ea2c344..9b99564b77 100644 --- a/.github/workflows/ci-mlir.yml +++ b/.github/workflows/ci-mlir.yml @@ -92,9 +92,9 @@ jobs: run: | cd llvm-project/build cmake --build . --target mlir-opt mlir-cpu-runner - # Add mlir-opt to the path - export PATH=$PATH:${GITHUB_WORKSPACE}/llvm-project/build/bin/ - name: Test with pytest and generate code coverage run: | + # Add mlir-opt to the path + export PATH=$PATH:${GITHUB_WORKSPACE}/llvm-project/build/bin/ pytest -m "not parallel" -k "not adjoint" tests/ \ No newline at end of file