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

Commit 92e2e66

Browse files
test
1 parent eb2b472 commit 92e2e66

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
@@ -50,7 +50,7 @@ jobs:
5050
- name: prepare python package windows
5151
if : runner.os == 'windows'
5252
run: |
53-
PYTHON_PATH = $(where python)
53+
set PYTHON_PATH=$(where python)
5454
echo $PYTHON_PATH
5555
5656
- name: prepare python package windows

0 commit comments

Comments
 (0)