diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d203bd6..e274861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,9 +47,7 @@ jobs: conda init bash source ~/.bashrc wget https://raw.githubusercontent.com/insarlab/MiaplPy/main/conda-env.yml - echo "$(pwd)" - ls -la - conda-merge conda-env.yml environment_sarvey.yml > env.yml + conda-merge conda-env.yml tests/CI_docker/context/environment_sarvey.yml > env.yml mamba env update -n ci_env -f env.yml source activate ci_env rm -rf tests/testdata