We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c224ac commit 3049f20Copy full SHA for 3049f20
1 file changed
.github/workflows/windows.yml
@@ -108,7 +108,7 @@ jobs:
108
Start-Process -FilePath .\llvm.exe -ArgumentList "/S", "/D=C:\LLVM" -Wait
109
echo "C:\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
110
- name: Setup Python Env
111
- run: python3 -m pip install --upgrade pip numpy wheel
+ run: python3 -m pip install --upgrade pip numpy wheel setuptools
112
- uses: actions/checkout@v4
113
with:
114
submodules: 'recursive'
0 commit comments