Skip to content

Commit

Permalink
fix python path
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jun 7, 2024
1 parent 125eb4c commit 074d86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ jobs:
- name: Run Tests (Windows)
if: startsWith(matrix.os, 'windows')
shell: bash # Building wasm on Windows requires using make generator, it only works in bash
run: npm run test --python="${env:pythonLocation}\\python.exe"
run: npm run test --python="${pythonLocation}\\python.exe"
env:
FULL_TEST: ${{ (matrix.node == '20.x' && matrix.python == '3.12') && '1' || '0' }}

0 comments on commit 074d86f

Please sign in to comment.