We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b162331 commit c64a165Copy full SHA for c64a165
.github/workflows/unit-tests.yml
@@ -347,6 +347,7 @@ jobs:
347
- name: Run Tests
348
uses: ./.github/actions/run-tests
349
350
+ # NOTE: this job must be kept in sync with the Pyodide build job in wheels.yml
351
emscripten:
352
# Note: the Python version, Emscripten toolchain version are determined
353
# by the Pyodide version. The appropriate versions can be found in the
0 commit comments