-
Notifications
You must be signed in to change notification settings - Fork 289
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
Updated python version requested from the ci (v2.9) #968
Conversation
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## v2.9 #968 +/- ##
=======================================
Coverage 85.12% 85.12%
=======================================
Files 600 600
Lines 55555 55555
=======================================
Hits 47291 47291
Misses 8264 8264 ☔ View full report in Codecov by Sentry. |
docker/fedora37
Outdated
RUN yum -y install gcc-c++ | ||
RUN yum -y install environment-modules gawk vim wget lapack-devel blas-devel \ | ||
zlib-devel gsl-devel fftw-devel openmpi-devel boost-devel \ | ||
python39 python-devel python-pip |
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.
@Iximiel penso il problema sia qui, devi cambiare
pyhon39 python-devel python-pip
in
pyhon39 python39-devel python39-pip
vedi questo link
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 have already tried here
but yum returns
No match for argument: python39-devel
No match for argument: python39-pip
So I opted for ensurepip
, and it seems to work until mdtraj
@iximial I removed unrelated changes
Merged manually in c473b4d |
Description
See #967, merged the modifications due to the EOL of python3.7
Copyright
COPYRIGHT
file with the correct license information. Code should be released under an open source license. I also used the commandcd src && ./header.sh mymodulename
in order to make sure the headers of the module are correct.Tests