-
Notifications
You must be signed in to change notification settings - Fork 14
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
Added CI #6
Added CI #6
Conversation
You may want to do
|
weird, the scipt appears to be python3 only |
1952690
to
b96b176
Compare
Now we just need to install scikit-build in the docker. |
Maybe a requirement-dev.txt listing skibuild would work. I don't know the minimal version of Python that supports it but all the python3 versions that we support have it. |
It's already in it, I don't understand why it does not install skbuild when I install cmake first. |
8b526fa
to
31c5581
Compare
It does not seem that the |
I think it does provide a |
Ah, ok, I thought that it was an alias problem. |
defa0bc
to
5df93ed
Compare
Is our vendored openssl installed at all with scikit-build? |
Note: trying to build locally. I am seeing
|
That is weird, I've never seen that locally. And the OpenSSL libraries are correctly installed (locally). |
so we are missing a setup.py dependency to jedi? |
and pygments. I'm adding them. |
3c9e615
to
fea70ce
Compare
No description provided.