Skip to content

Commit 074d86f

Browse files
committed
fix python path
1 parent 125eb4c commit 074d86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ jobs:
160160
- name: Run Tests (Windows)
161161
if: startsWith(matrix.os, 'windows')
162162
shell: bash # Building wasm on Windows requires using make generator, it only works in bash
163-
run: npm run test --python="${env:pythonLocation}\\python.exe"
163+
run: npm run test --python="${pythonLocation}\\python.exe"
164164
env:
165165
FULL_TEST: ${{ (matrix.node == '20.x' && matrix.python == '3.12') && '1' || '0' }}

0 commit comments

Comments
 (0)