Skip to content

Commit

Permalink
Track rename of conda root dir in ci-support
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 27, 2023
1 parent 9931e14 commit 9102b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9102b8c

Please sign in to comment.