We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125eb4c commit 074d86fCopy full SHA for 074d86f
.github/workflows/tests.yml
@@ -160,6 +160,6 @@ jobs:
160
- name: Run Tests (Windows)
161
if: startsWith(matrix.os, 'windows')
162
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"
+ run: npm run test --python="${pythonLocation}\\python.exe"
164
env:
165
FULL_TEST: ${{ (matrix.node == '20.x' && matrix.python == '3.12') && '1' || '0' }}
0 commit comments