Skip to content

Commit

Permalink
installname fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Dec 8, 2023
1 parent 8868cbd commit 8bb6e31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install miniforge by curl(1/3)
run: |
curl -L0 "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-Linux-x86_64.sh" --output miniforge.sh
curl -L0 "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh" --output miniforge.sh
chmod +x miniforge.sh
script -q -c "./miniforge.sh -u -b -p ~/miniforge"
eval "$(/home/runner/Miniforge/bin/conda shell.bash hook)"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install miniforge by curl(1/3)
run: |
curl -L0 "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-MacOSX-x86_64.sh" --output miniforge.sh
curl -L0 "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh" --output miniforge.sh
chmod +x miniforge.sh
script -q output.txt ./miniforge.sh -u -b -p ~/miniforge
eval "$(/Users/runner/Miniforge/bin/conda shell.bash hook)"
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Install miniforge by curl(1/2)
run: |
curl.exe -fsSLo miniforge.exe https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-Windows-x86_64.exe
curl.exe -fsSLo miniforge.exe https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe
Start-Process .\miniforge.exe -Wait -ArgumentList "/InstallationType=JustMe /RegisterPython=1 /AddToPath=1 /S /D=$($env:USERPROFILE)\Miniforge"
- name: check mamba info(2/2)
Expand All @@ -167,7 +167,7 @@ jobs:

- name: Install miniforge by curl(1/3)
run: |
curl.exe -fsSLo miniforge.exe https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-Windows-x86_64.exe
curl.exe -fsSLo miniforge.exe https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe
start /wait "" miniforge.exe /InstallationType=JustMe /RegisterPython=1 /AddToPath=1 /S /D=%USERPROFILE%\Miniforge
- name: check mamba info(2/3)
run: |
Expand Down

0 comments on commit 8bb6e31

Please sign in to comment.