Skip to content

Commit

Permalink
path to githubs path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Dec 8, 2023
1 parent 1df6225 commit 37c115f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
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"
script -q -c "./miniforge.sh -u -b -p ~/Miniforge"
eval "$(/home/runner/Miniforge/bin/conda shell.bash hook)"
mamba init
- name: check mamba info(2/3)
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
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
script -q output.txt ./miniforge.sh -u -b -p -p ~/Miniforge
eval "$(/Users/runner/Miniforge/bin/conda shell.bash hook)"
mamba init
- name: check mamba info(2/3)
Expand Down

0 comments on commit 37c115f

Please sign in to comment.