Open BenjaminRodenberg opened 1 year ago
Our CI pipeline currently uses a docker image from my private namespace:
https://github.com/precice/fenicsx-adapter/blob/354b1f430c5ac43c056112c0c79812aed4713dbf/.github/workflows/run-tutorials.yml#L15
We should use precice/precice instead.
precice/precice
Additionally, it uses a tutorial from @PhilipHildebrand 's fork:
https://github.com/precice/fenicsx-adapter/blob/354b1f430c5ac43c056112c0c79812aed4713dbf/.github/workflows/run-tutorials.yml#L31
As soon as https://github.com/precice/tutorials/pull/317 is merged, we should use git clone -b develop https://github.com/precice/tutorials.git
git clone -b develop https://github.com/precice/tutorials.git
Our CI pipeline currently uses a docker image from my private namespace:
https://github.com/precice/fenicsx-adapter/blob/354b1f430c5ac43c056112c0c79812aed4713dbf/.github/workflows/run-tutorials.yml#L15
We should use
precice/precice
instead.Additionally, it uses a tutorial from @PhilipHildebrand 's fork:
https://github.com/precice/fenicsx-adapter/blob/354b1f430c5ac43c056112c0c79812aed4713dbf/.github/workflows/run-tutorials.yml#L31
As soon as https://github.com/precice/tutorials/pull/317 is merged, we should use
git clone -b develop https://github.com/precice/tutorials.git