We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96d601 commit 8a3e469Copy full SHA for 8a3e469
.github/workflows/examples.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Run lit-enabled examples as tests
27
run: |
28
export FILECHECKPATH=FileCheck-18 # Ubuntu's llvm-dev appends a version number.
29
- lit python/examples # Makes sure to substitute FileCheck for $FILECHECKPATH
+ uv run lit python/examples # Makes sure to substitute FileCheck for $FILECHECKPATH
30
0 commit comments