krober10nd / SeismicMesh

2D/3D serial and parallel triangular mesh generation tool for finite element methods.
https://seismicmesh.readthedocs.io/
GNU General Public License v3.0
123 stars 32 forks source link

Create workflows #216

Closed krober10nd closed 3 years ago

krober10nd commented 3 years ago

@nschloe In your Github action workflows for the projects that use pybind11, you don't install pybind11 in the CI script, right? Would this still work with previous Python versions (other than 3.9)?

nschloe commented 3 years ago

you don't install pybind11 in the CI script, right?

Not explicitly, right. It's declared as a dependency in pyproject.toml (because it's needed when setuptools runs).

krober10nd commented 3 years ago

Looks like I just have to delete the CircleCI stuff now.