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

Commit 1a86d50

Browse files
test
1 parent 6f45cf3 commit 1a86d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
if : runner.os == 'windows'
5252
shell: cmd
5353
run: |
54-
for /f "delims=" %a in ('where python') do set PYTHON_PATH=%a
54+
where python
55+
for /f %a in ('where python') do set PYTHON_PATH=%a
5556
echo %PYTHON_PATH%
5657
5758
- name: prepare python package windows

0 commit comments

Comments
 (0)