-
Notifications
You must be signed in to change notification settings - Fork 5
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] Use the licence sent by Artelys #118
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
=======================================
Coverage 76.30% 76.30%
=======================================
Files 4 4
Lines 287 287
=======================================
Hits 219 219
Misses 68 68 ☔ View full report in Codecov by Sentry. |
92607c1
to
b2f541e
Compare
I have the following error: ERROR: LoadError: could not load library "/home/runner/.julia/packages/KNITRO/RJPC2/deps/libknitro.so"
libiomp5.so: cannot open shared object file: No such file or directory Update: You probably fixed it with the new release of |
I don't think so. what happens if you add the environment variables to the test stage, not just |
b2f541e
to
2e6a823
Compare
- uses: julia-actions/julia-runtest@v1 | ||
env: | ||
SECRET_KNITRO_URL: ${{ secrets.SECRET_KNITRO_URL }} | ||
SECRET_KNITRO_LIBIOMP5: ${{ secrets.SECRET_KNITRO_LIBIOMP5 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why, but I guess there is another call to Pkg.build
, and this throws away the work we did in the previous step.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All tests passed 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. I guess that means you can stop using your cluster for the tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only on Linux, I can't use the "CI" licence for Mac.
It will help to test #117.