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

Commit b4db1d6

Browse files
test
1 parent 6c28a25 commit b4db1d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-package.yml

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

5050
- name: prepare python package windows
5151
if : runner.os == 'windows'
52+
shell: powershell
5253
run: |
53-
set PYTHON_PATH=$(where python)
54-
echo $env:PYTHON_PATH
54+
Env:PYTHON_PATH = $(where python)
55+
$Env:PYTHON_PATH
5556
5657
- name: prepare python package windows
5758
if : runner.os != 'windows'

0 commit comments

Comments
 (0)