SciML / FEniCS.jl

A scientific machine learning (SciML) wrapper for the FEniCS Finite Element library in the Julia programming language

Home Page:https://docs.sciml.ai/FEniCS/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get CI working

ChrisRackauckas opened this issue · comments

High on the priority list is to get CI working. I am not sure how, but we should check what the other FEniCS.jl had to do to make it work.

I'll take a look at this right now and see what I can do.

Looks like it could be a Python2 vs Python3 problem? FEniCS is Python 3 ?

Regarding CI, AppVeyor is mainly (only?) for windows if I'm not mistaken. Should we remove it completely?

Yes. Add to the README that we won't even hope for Windows to work anytime soon and just move on.

@ChrisRackauckas has setup Continuous Integration.