diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f0d5fc87be..0dcac943be 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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' }}