Skip to content

Commit

Permalink
update miniconda root install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed May 13, 2024
1 parent b4099bc commit 9a1f1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_selfhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Install the toolchain
run: |
export HOME=/root # Hack to workaround miniconda installation
./toolset/scripts/install.sh
./toolset/scripts/install.sh /root/miniconda
2 changes: 1 addition & 1 deletion toolset/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MINICONDA_URL_LINUX_X86="https://repo.anaconda.com/miniconda/Miniconda3-latest-L
MINICONDA_URL_LINUX_ARM="https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh"
MINICONDA_URL_MAC_X86="https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh"
MINICONDA_URL_MAC_ARM="https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh"
MINICONDA_INSTALL_DIR="miniconda"
MINICONDA_INSTALL_DIR=${1:-miniconda}
MINICONDA_INSTALL_SCRIPT="miniconda-installer.sh"

# Always use of virtual environment
Expand Down

0 comments on commit 9a1f1c8

Please sign in to comment.