[llvm-branch-commits] [llvm] [Github] Remove call to llvm-project-tests from libclang tests (PR #153876)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 18 07:06:06 PDT 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/153876
>From a57523531b8961cad74209f1bd772032e5338b8e Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sat, 16 Aug 2025 22:58:06 +0000
Subject: [PATCH] fix
Created using spr 1.3.6
---
.github/workflows/libclang-python-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/libclang-python-tests.yml b/.github/workflows/libclang-python-tests.yml
index d9e9806f4c46b..e168928325561 100644
--- a/.github/workflows/libclang-python-tests.yml
+++ b/.github/workflows/libclang-python-tests.yml
@@ -36,7 +36,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python at 42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
- python-version: ${{ matrix.python_version }}
+ python-version: ${{ matrix.python-version }}
- name: Setup ccache
uses: hendrikmuhs/ccache-action at a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
with:
More information about the llvm-branch-commits
mailing list