From 856541b32020ff6455f5551241b8d10c30536561 Mon Sep 17 00:00:00 2001 From: George Bisbas Date: Tue, 14 Nov 2023 12:48:46 +0000 Subject: [PATCH] ci-mlir: Drop cd xdsl --- .github/workflows/ci-mlir.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-mlir.yml b/.github/workflows/ci-mlir.yml index 419fdb8367..00f5539d63 100644 --- a/.github/workflows/ci-mlir.yml +++ b/.github/workflows/ci-mlir.yml @@ -86,16 +86,15 @@ jobs: -DCMAKE_BUILD_TYPE=Release \ -DLLVM_ENABLE_ASSERTIONS=OFF \ -DLLVM_BINUTILS_INCDIR=/usr/include - - name: MLIR Build + + - name: MLIR Build and add to PATH if: steps.cache-binary.outputs.cache-hit != 'true' run: | cd llvm-project/build cmake --build . --target mlir-opt mlir-cpu-runner - - name: ADD TO PATH - run: | - cd xdsl # Add mlir-opt to the path export PATH=$PATH:${GITHUB_WORKSPACE}/llvm-project/build/bin/ + - name: Test with pytest and generate code coverage run: | pytest -W error -m "not parallel" -k "not adjoint" tests/ \ No newline at end of file