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

Commit dfa248f

Browse files
test
1 parent 1db3918 commit dfa248f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
shell: cmd
5353
run: |
5454
where python3
55-
for /f %a in ('where python3') do set PYTHON_PATH=%a
55+
for /f "delims=" %%a in ('where python') do set "PYTHON_PATH=%%a"
5656
echo %PYTHON_PATH%
5757
5858
- name: prepare python package windows

0 commit comments

Comments
 (0)