-
Notifications
You must be signed in to change notification settings - Fork 17
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
Install Singularity 3 from an official .deb, use newer ubuntu (jammy) on travis #188
Conversation
Code Climate has analyzed commit 2ae0526 and detected 0 issues on this pull request. View more on Code Climate. |
ae0357b
to
5abd9f6
Compare
Codecov ReportBase: 93.92% // Head: 93.92% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #188 +/- ##
=======================================
Coverage 93.92% 93.92%
=======================================
Files 19 19
Lines 889 889
=======================================
Hits 835 835
Misses 54 54 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Doesn't work on Travis yet, because there's no singularity release for |
xenial??? that is nd16.04 , EOLed in April 2021... we can't be using that!... WTF in https://app.travis-ci.com/github/datalad/datalad-container/jobs/590789811 says
? didn't check in further detail |
re xenial, @yarikoptic: That's why the construction of the URL to get the singularity release from, uses And the error with installing singularity is here: |
Re Could that be neurodebian being at fault here? |
When switching to However, now we get a new failure:
That's confusing me, though, since it's supposed to be python 3.7 all along. So, what changed here? Also: Do we even need to run |
Seems to be setup/python specific gotcha that it fails to "build" and IIRC might need freshier setuptools or smth like that
yeah -- let's try without testing that. pushed |
not sure how neurodebian could be at fault... if anything it is the python package at fault we are using in datalad wtf to figure out distribution. |
Alright, all green, let's go. |
PR released in |
1 similar comment
PR released in |
Doesn't require changelog or release since it's only affecting the CI setup.