You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the dockerfile used in CI runs is precice/ci-spack-pyprecice-deps-1804 which is the dockerfile on python-bindings/develop whereas actually the dockerfile from the respective fork or branch needs to be used in CI runs, for example this file from a recent PR. This happens because the file tag is hard coded in the workflow files:
Currently the dockerfile used in CI runs is
precice/ci-spack-pyprecice-deps-1804
which is the dockerfile on python-bindings/develop whereas actually the dockerfile from the respective fork or branch needs to be used in CI runs, for example this file from a recent PR. This happens because the file tag is hard coded in the workflow files:python-bindings/.github/workflows/build-env.yml
Line 28 in 36e4782
python-bindings/.github/workflows/build-spack.yml
Line 17 in 36e4782
The text was updated successfully, but these errors were encountered: