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 8ea4457 commit 002bc7cCopy full SHA for 002bc7c
2 files changed
.github/workflows/build.yml
@@ -480,7 +480,8 @@ jobs:
480
- uses: actions/checkout@v4
481
- uses: dtolnay/rust-toolchain@nightly
482
with:
483
- toolchain: nightly
+ # Nightly 1.86 as 1.87+ is incompatible with PyOdide as of now
484
+ toolchain: nightly-2025-02-01
485
targets: wasm32-unknown-emscripten
486
- uses: actions/setup-python@v5
487
.github/workflows/python-release.yml
@@ -292,7 +292,8 @@ jobs:
292
293
294
295
296
297
298
299
0 commit comments