Skip to content

Commit

Permalink
ci-mlir: Add to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Nov 15, 2023
1 parent 64c7a9b commit 639fa14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 639fa14

Please sign in to comment.