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

Commit 24235c8

Browse files
test
1 parent b4db1d6 commit 24235c8

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
shell: powershell
5353
run: |
54-
Env:PYTHON_PATH = $(where python)
54+
$Env:PYTHON_PATH = $(where python)
5555
$Env:PYTHON_PATH
5656
5757
- name: prepare python package windows

0 commit comments

Comments
 (0)