We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c43f4 commit c6630bcCopy full SHA for c6630bc
.github/workflows/examples.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install the project and its dependencies
22
run: |
23
- sudo apt-get install llvm-dev # Obtain FileCheck, used in testing.
+ sudo apt-get install -y llvm-dev # Obtain FileCheck, used in testing.
24
uv sync --extra ingress-torch-cpu --group test
25
26
- name: Run lit-enabled examples as tests
0 commit comments