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

CI: remove unneeded install of graphviz on ubuntu #515

Merged
merged 9 commits into from Dec 6, 2023

Conversation

NickCrews
Copy link
Contributor

@NickCrews NickCrews commented Dec 5, 2023

There was a typo of ubunut so this
blockw as never getting run.
See https://github.com/pytask-dev/pytask/actions/runs/7092233325/job/19303082025
Guess it wasn't needed!

Does this mean the macos block can get deleted too?

Changes

Provide a description and/or bullet points to describe the changes in this PR.

Todo

  • Reference issues which can be closed due to this PR with "Closes #x".
  • Review whether the documentation needs to be updated.
  • Document PR in docs/changes.rst.

There was a typo of `ubunut` so this
blockw as never getting run.
See https://github.com/pytask-dev/pytask/actions/runs/7092233325/job/19303082025
Guess it wasn't needed!

Does this mean the macos block can get deleted too?
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4b613df) 96.50% compared to head (0bdc3d2) 96.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #515      +/-   ##
==========================================
+ Coverage   96.50%   96.60%   +0.10%     
==========================================
  Files         104      104              
  Lines        8920     8920              
==========================================
+ Hits         8608     8617       +9     
+ Misses        312      303       -9     
Flag Coverage Δ
end_to_end 82.43% <100.00%> (+0.50%) ⬆️
integration 40.23% <100.00%> (+0.01%) ⬆️
unit 68.13% <100.00%> (-0.39%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tobiasraabe
Copy link
Member

Thanks for finding this. The skipifs are also not properly set and guarded the tests from ever being executed.

@tobiasraabe tobiasraabe added this to the v0.4.5 milestone Dec 6, 2023
@NickCrews
Copy link
Contributor Author

Ah, I see the distinction. Graphviz SHOULD be needed, we just weren't catching it because the tests weren't getting run. Nice fix!

@tobiasraabe tobiasraabe merged commit 0577393 into pytask-dev:main Dec 6, 2023
22 checks passed
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.

None yet

2 participants