Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pyscript wasm example #5771

Merged
merged 3 commits into from
Oct 29, 2023
Merged

Fix pyscript wasm example #5771

merged 3 commits into from
Oct 29, 2023

Conversation

MarcSkovMadsen
Copy link
Collaborator

@MarcSkovMadsen MarcSkovMadsen commented Oct 29, 2023

Closes #5770

I took the opportunity to bump the pyodide and pyscript versions as well as combine two PYODIDE_VERSION variables into one. I have manually tested that the pyodide and pyscript examples in the docs works with these never versions.

@codecov
Copy link

codecov bot commented Oct 29, 2023

Codecov Report

Merging #5771 (2b5d174) into main (a14dc74) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #5771      +/-   ##
==========================================
- Coverage   73.69%   73.68%   -0.02%     
==========================================
  Files         289      289              
  Lines       42113    42113              
==========================================
- Hits        31037    31032       -5     
- Misses      11076    11081       +5     
Flag Coverage Δ
unitexamples-tests 73.68% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
panel/io/convert.py 26.02% <100.00%> (ø)

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@MarcSkovMadsen MarcSkovMadsen changed the title Add missing comma Fix pyscript wasm example Oct 29, 2023
@philippjfr
Copy link
Member

Looks good, Jupyterlite UI tests appear to be failing because the kernel selector appears to have changed a little bit. Will update that separately.

@philippjfr philippjfr merged commit 6620ba9 into main Oct 29, 2023
9 of 13 checks passed
@philippjfr philippjfr deleted the fix/pyscript branch October 29, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pyscript wasm example broken
2 participants