Skip to content

Commit 3049f20

Browse files
committed
add missing setuptools dep for a few windows ci test cases
1 parent 5c224ac commit 3049f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
Start-Process -FilePath .\llvm.exe -ArgumentList "/S", "/D=C:\LLVM" -Wait
109109
echo "C:\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
110110
- name: Setup Python Env
111-
run: python3 -m pip install --upgrade pip numpy wheel
111+
run: python3 -m pip install --upgrade pip numpy wheel setuptools
112112
- uses: actions/checkout@v4
113113
with:
114114
submodules: 'recursive'

0 commit comments

Comments
 (0)