Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 6113040

Browse files
chore: add package pipeline fix windows
1 parent 66a9188 commit 6113040

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
include:
38-
- os: "linux"
39-
name: "amd64"
40-
runs-on: "ubuntu-20-04-cuda-12-0"
38+
# - os: "linux"
39+
# name: "amd64"
40+
# runs-on: "ubuntu-20-04-cuda-12-0"
4141
# - os: "mac"
4242
# name: "amd64"
4343
# runs-on: "macos-selfhosted-12"
@@ -98,7 +98,7 @@ jobs:
9898
if : runner.os == 'windows'
9999
shell: pwsh
100100
run: |
101-
$pythonPath = where.exe python |
101+
$pythonPath = where.exe python
102102
echo "Python path (where.exe): $pythonPath"
103103
$pythonFolder = Split-Path -Path "$pythonPath" -Parent
104104
echo "PYTHON_FOLDER=$pythonFolder" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)