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

Commit 2d8da92

Browse files
test
1 parent 24235c8 commit 2d8da92

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949

5050
- name: prepare python package windows
5151
if : runner.os == 'windows'
52-
shell: powershell
5352
run: |
54-
$Env:PYTHON_PATH = $(where python)
55-
$Env:PYTHON_PATH
53+
setx PYTHON_PATH $(where python)
54+
set
5655
5756
- name: prepare python package windows
5857
if : runner.os != 'windows'

0 commit comments

Comments
 (0)