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
The GitHub CI test is failing due to a conda environment setup issue, unrelated to recent code changes. The error appears to be related to the environment teardown process and is not influenced by modifications in the core codebase. Investigating this may help improve CI reliability and avoid similar failures in the future.
Error Output
Run source setup/teardown_tests.sh
Removing environment from
CondaError: Run 'conda init' before 'conda deactivate'
EnvironmentLocationNotFound: Not a conda environment: /usr/share/miniconda/envs/emissiontest
Additional Context
Recent changes were made in various Python files, but none were related to the teardown test script or the environment configuration. This issue may need a review of the setup/teardown procedures or conda initialization steps in the CI pipeline.
Summary
The GitHub CI test is failing due to a conda environment setup issue, unrelated to recent code changes. The error appears to be related to the environment teardown process and is not influenced by modifications in the core codebase. Investigating this may help improve CI reliability and avoid similar failures in the future.
Error Output
Additional Context
Recent changes were made in various Python files, but none were related to the teardown test script or the environment configuration. This issue may need a review of the setup/teardown procedures or conda initialization steps in the CI pipeline.
See: https://github.com/e-mission/e-mission-server/actions/runs/11698174822/job/32578051147?pr=990
The text was updated successfully, but these errors were encountered: