Skip to content

Commit

Permalink
Debug condition
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent 2b2308a commit c1b1e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/jenkins/anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ if [[ ${RUNNER_OS:-0} == "macOS" ]] {
# Set CONDA_ARCH, the name for our chip in the Miniconda download:
# Set CONDA_PLATFORM, the name for our platform
# in our Anaconda builder
set -x
if [[ ${RUNNER_ARCH:-0} == "ARM64" ]] {
# On GitHub, we may be on ARM:
CONDA_ARCH="arm64"
Expand All @@ -95,6 +96,7 @@ if [[ ${RUNNER_ARCH:-0} == "ARM64" ]] {
Linux) CONDA_PLATFORM="linux-64" ;;
}
}
set +x

# The Miniconda we are working with:
CONDA_LABEL=${CONDA_TIMESTAMP}-${CONDA_OS}-${CONDA_ARCH}
Expand Down

0 comments on commit c1b1e12

Please sign in to comment.