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
There is a github workflow to check that the tests do not pollute the files on disk. This is not working for the moment, as it is failing due to wrong syntax in a sed command:
Run # Run this before the 'Test CLI' entry below, which produces a few files that are accepted for now. Exclude the wheel.
# Run this before the 'Test CLI' entry below, which produces a few files that are accepted for now. Exclude the wheel.
git status --porcelain | sed '/ert.*.whl$\|\/block_storage$/d'
test -z "$(git status --porcelain | sed '/ert.*.whl$\\|\\/block_storage$/d')"
shell: /usr/bin/bash -e {0}
env:
ERT_SHOW_BACKTRACE: 1
ECL_SKIP_SIGNAL: 1
UV_SYSTEM_PYTHON: 1
pythonLocation: /opt/hostedtoolcache/Python/3.11.11/x64
PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.11/x64/lib/pkgconfig
Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.11/x64
Python[2](https://github.com/equinor/ert/actions/runs/12314606504/job/34371076740?pr=9108#step:11:2)_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.11/x64
Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.11/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/[3](https://github.com/equinor/ert/actions/runs/12314606504/job/34371076740?pr=9108#step:11:3).11.11/x64/lib
UV_CACHE_DIR: /home/runner/work/_temp/setup-uv-cache
?? .coverage
?? case.data
?? cov1.xml
?? cov2.xml
?? junit.xml
sed: can't find label for jump to `lock_storage$/d'
The text was updated successfully, but these errors were encountered:
There is a github workflow to check that the tests do not pollute the files on disk. This is not working for the moment, as it is failing due to wrong syntax in a
sed
command:The text was updated successfully, but these errors were encountered: