fusion-energy / cad_to_dagmc

Convert CAD geometry (STP files) or Cadquery assemblies to DAGMC h5m files
MIT License
23 stars 6 forks source link

Get CI working with just PIP installs #69

Closed shimwell closed 4 weeks ago

shimwell commented 7 months ago

To keep the CI concise we can make use of the openmc docker image that includes dagmc.

The trouble is that this docker image currently uses an older version of python and we need minimum python 3.10

If this PR gets merged in then we get python 3.10 in the docker image :tada: and I can continue on the CI that just uses pip installs (no conda)

shimwell commented 4 weeks ago

solved