Skip to content

Commit 8a3e469

Browse files
committed
Try finding lit executable through uv
1 parent a96d601 commit 8a3e469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Run lit-enabled examples as tests
2727
run: |
2828
export FILECHECKPATH=FileCheck-18 # Ubuntu's llvm-dev appends a version number.
29-
lit python/examples # Makes sure to substitute FileCheck for $FILECHECKPATH
29+
uv run lit python/examples # Makes sure to substitute FileCheck for $FILECHECKPATH
3030

0 commit comments

Comments
 (0)