compSPI / ioSPI

I/O and Data Visualization
MIT License
4 stars 7 forks source link

Tests on installation of jupyter on GitHub runner stalling #90

Closed bongjinkoo closed 2 years ago

bongjinkoo commented 2 years ago

Description

This is for testing the issue regarding the issue with installing jupyter in the conda environment on the GitHub runner, mentioned on PR #75.

Issue

86

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 2 years ago

Codecov Report

Merging #90 (111543b) into master (aa08d56) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #90   +/-   ##
=======================================
  Coverage   98.66%   98.66%           
=======================================
  Files           5        5           
  Lines         223      223           
=======================================
  Hits          220      220           
  Misses          3        3           
Impacted Files Coverage Δ
ioSPI/datasets.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 aa08d56...111543b. Read the comment docs.

bongjinkoo commented 2 years ago

I searched online why this happens but couldn't find any useful information. Thus, I just made jupyter installed with pip instead of conda, which seems to solve the problem.