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

Commit 6c28a25

Browse files
test
1 parent 25099d0 commit 6c28a25

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
@@ -51,7 +51,7 @@ jobs:
5151
if : runner.os == 'windows'
5252
run: |
5353
set PYTHON_PATH=$(where python)
54-
echo %PYTHON_PATH%
54+
echo $env:PYTHON_PATH
5555
5656
- name: prepare python package windows
5757
if : runner.os != 'windows'

0 commit comments

Comments
 (0)