diff --git a/.cirrus.yml b/.cirrus.yml index 971bd3b81b..d6433d5c44 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -87,7 +87,10 @@ linux_task_template: &LINUX_TASK_TEMPLATE - echo "${CIRRUS_TASK_NAME}" - echo "$(date +%Y).$(($(date +%U) / ${CACHE_PERIOD})):${NOX_CACHE_BUILD}" - sha256sum ${CIRRUS_WORKING_DIR}/requirements/ci/py$(echo ${PY_VER} | tr -d ".").yml - + conda2_script: + - conda list --name base + - conda list --name base --explicit + - conda info # # Testing Minimal (Linux)