File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,10 @@ jobs:
180
180
if : runner.os != 'Windows'
181
181
run : cd ${{ github.workspace }}/python/framework && CMAKE_GENERATOR="${{ matrix.generator }}" PCCL_BUILD_CUDA_SUPPORT=${{ matrix.pccl_build_cuda_support }} pip3 wheel --verbose -w dist .
182
182
183
+ - name : Create Python virtual environment (Unix)
184
+ if : ${{ runner.os != 'Windows' && matrix.is_host_arch }}
185
+ run : python3 -m venv ${{ github.workspace }}/venv
186
+
183
187
- name : Prepare local artifacts directory
184
188
run : |
185
189
mkdir -p artifacts/libpccl
@@ -212,8 +216,6 @@ jobs:
212
216
source ${{ github.workspace }}/venv/bin/activate
213
217
pip install --upgrade pip setuptools wheel twine
214
218
215
-
216
-
217
219
- name : Store the wheel packages
218
220
uses : actions/upload-artifact@v4
219
221
with :
You can’t perform that action at this time.
0 commit comments