From 42ce5b8079e95f9bce0f3a556efc162187e80720 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 26 Jul 2023 18:56:57 -0500 Subject: [PATCH] Track rename of conda root dir in ci-support --- .github/workflows/ci.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bbe9927f..c679ca841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: curl -L -O https://tiker.net/ci-support-v0 . ci-support-v0 - TEST_ENV_ROOT="$(pwd)/$DOWNSTREAM_PROJECT/.miniforge3/envs/testing" + TEST_ENV_ROOT="$(pwd)/$DOWNSTREAM_PROJECT/.conda-root/envs/testing" ./configure.py --cl-inc-dir="$TEST_ENV_ROOT/include" --cl-lib-dir="$TEST_ENV_ROOT/lib" git add -f siteconf.py diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73cea6473..d57493ff4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -288,7 +288,7 @@ Downstream: curl -L -O https://tiker.net/ci-support-v0 . ci-support-v0 - export TEST_ENV_ROOT="$(pwd)/$DOWNSTREAM_PROJECT/.miniforge3/envs/testing" + export TEST_ENV_ROOT="$(pwd)/$DOWNSTREAM_PROJECT/.conda-root/envs/testing" ./configure.py --cl-inc-dir="$TEST_ENV_ROOT/include" --cl-lib-dir="$TEST_ENV_ROOT/lib" git add -f siteconf.py