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

Commit 1db3918

Browse files
test
1 parent 1a86d50 commit 1db3918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
if : runner.os == 'windows'
5252
shell: cmd
5353
run: |
54-
where python
55-
for /f %a in ('where python') do set PYTHON_PATH=%a
54+
where python3
55+
for /f %a in ('where python3') do set PYTHON_PATH=%a
5656
echo %PYTHON_PATH%
5757
5858
- name: prepare python package windows

0 commit comments

Comments
 (0)