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 8a3e469 commit 561887aCopy full SHA for 561887a
.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
- uv run lit python/examples # Makes sure to substitute FileCheck for $FILECHECKPATH
+ uv run lit $PWD/python/examples # Makes sure to substitute FileCheck for $FILECHECKPATH
30
0 commit comments