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

Update Julia compatibility to the new LTS version #69

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

datejada
Copy link
Member

@datejada datejada commented Oct 10, 2024

Related issues

There is no related issue.

Checklist

  • I am following the contributing guidelines
  • Tests are passing
  • Lint workflow is passing
  • Docs were updated and workflow is passing

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (70864fa) to head (3d48591).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #69   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          217       217           
=========================================
  Hits           217       217           

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

@abelsiqueira
Copy link
Member

Is the Test workflow up-to-date? It should show "lts" and "1" as Julia versions.

@datejada
Copy link
Member Author

Is the Test workflow up-to-date? It should show "lts" and "1" as Julia versions.

Great! done 😃 and please double-check on Bestie, because I think the default there is "1" instead of "lts" 😉

Copy link
Member

@abelsiqueira abelsiqueira left a comment

Choose a reason for hiding this comment

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

I made a small fix. The full Test.yml works on both LTS and 1, but the PR only runs on "1". It is approved otherwise.
Thanks for the heads up on Bestie.

@@ -21,7 +21,7 @@ jobs:
uses: ./.github/workflows/ReusableTest.yml
with:
os: ubuntu-latest
version: "1"
version: "lts"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
version: "lts"
version: "1"

This should be "1", because we test only the latest on PRs.

@datejada datejada merged commit 2922f4a into TulipaEnergy:main Oct 11, 2024
7 checks passed
@datejada datejada deleted the update-julia-compat branch October 11, 2024 08:53
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.

2 participants