We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c748e46 commit 15d2df4Copy full SHA for 15d2df4
build_tools/travis/install_main.sh
@@ -32,12 +32,7 @@ ccache --max-size 100M --show-stats
32
# to setup a conda-based environment instead
33
deactivate
34
35
-if [[ $TRAVIS_CPU_ARCH == arm64 ]]; then
36
- # Different Miniconda URL for ARM64 architectures
37
- MINICONDA_URL="https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh"
38
-else
39
- MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh"
40
-fi
+MINICONDA_URL="https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh"
41
42
# Install Miniconda
43
wget $MINICONDA_URL -O miniconda.sh
0 commit comments