Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Fix "Install GR dependencies" step in Ubuntu CI #271

Merged
merged 1 commit into from
Aug 20, 2021
Merged

Conversation

alfredclwong
Copy link
Collaborator

Add apt-get update line to GR dependencies step

fixes #270

@alfredclwong alfredclwong added bug Something isn't working testing Adding missing tests or correcting existing tests labels Aug 20, 2021
@alfredclwong alfredclwong self-assigned this Aug 20, 2021
@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2021

Codecov Report

Merging #271 (3352058) into main (f3bfebb) will increase coverage by 4.45%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
+ Coverage   49.48%   53.93%   +4.45%     
==========================================
  Files          78       78              
  Lines        7052     7056       +4     
==========================================
+ Hits         3490     3806     +316     
+ Misses       3562     3250     -312     
Impacted Files Coverage Δ
src/GlassCat/sources.jl 90.90% <0.00%> (+0.13%) ⬆️
src/Geometry/Transform.jl 52.73% <0.00%> (+0.32%) ⬆️
src/Geometry/Primitives/Curves/Bezier.jl 54.87% <0.00%> (+0.60%) ⬆️
src/Geometry/Primitives/NonCSG/Triangle.jl 74.64% <0.00%> (+1.40%) ⬆️
src/Geometry/CSG/Interval.jl 83.20% <0.00%> (+1.86%) ⬆️
src/Geometry/AccelSurface.jl 96.59% <0.00%> (+2.04%) ⬆️
src/Geometry/Surface.jl 68.18% <0.00%> (+4.54%) ⬆️
src/Geometry/Primitives/Cylinder.jl 87.03% <0.00%> (+7.40%) ⬆️
src/Geometry/Primitives/Sphere.jl 92.45% <0.00%> (+7.54%) ⬆️
src/Vis/Visualization.jl 8.87% <0.00%> (+8.87%) ⬆️
... and 6 more

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 f3bfebb...3352058. Read the comment docs.

@BrianGun BrianGun merged commit f30da6e into main Aug 20, 2021
@BrianGun BrianGun deleted the fix/ci-ubuntu branch August 20, 2021 15:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working testing Adding missing tests or correcting existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ubuntu CI failing
3 participants