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

Don't build the jupyterlab-jupytext extension if npm is not available #708

Merged
merged 2 commits into from
Jan 11, 2021

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Jan 11, 2021

May close #706

)
cmdclass = {}

# We can't allow this on the CI, as we publish the package with PyPi-publish
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@codecov
Copy link

codecov bot commented Jan 11, 2021

Codecov Report

Merging #708 (c3fdea3) into master (97095f4) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #708   +/-   ##
=======================================
  Coverage   99.12%   99.12%           
=======================================
  Files          95       95           
  Lines        9356     9356           
=======================================
  Hits         9274     9274           
  Misses         82       82           
Impacted Files Coverage Δ
jupytext/version.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 97095f4...c3fdea3. Read the comment docs.

@mwouts mwouts force-pushed the simply_skip_labextension_if_nodejs_is_missing branch from 666d583 to c3fdea3 Compare January 11, 2021 20:39
@mwouts mwouts merged commit 29176cc into master Jan 11, 2021
@mwouts mwouts deleted the simply_skip_labextension_if_nodejs_is_missing branch January 11, 2021 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"pip install ." for Jupytext requires nodejs
2 participants