Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Jan 28, 2025
1 parent 91e0aad commit 9d74756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ initialize_by_default: False
user_requested_specs:
- python 3.12.*
- conda >={{ version.split("-")[0] }}
- conda-forge/label/micromamba_prerelease::micromamba==2.0.6.rc1
- conda-forge/label/micromamba_prerelease::mamba==2.0.6.rc1
- pip
# Omit conda-libmamba-solver so that conda is free to remove it later
- miniforge_console_shortcut 1.* # [win]

specs:
- python 3.12.*
- conda {{ version.split("-")[0] }}
- conda-forge/label/micromamba_prerelease::micromamba==2.0.6.rc1
- conda-forge/label/micromamba_prerelease::mamba==2.0.6.rc1
- conda-libmamba-solver {{ conda_libmamba_solver_version }}
- pip
- miniforge_console_shortcut 1.* # [win]
Expand Down
4 changes: 2 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ EOF
conda list
fi

echo "+ Mamba does not warn (check that there is no warning on stderr)"
mamba --help 2> stderr.log
echo "+ Mamba does not warn (check that there is no warning on stderr) and returns exit code 0"
mamba --help 2> stderr.log || cat stderr.log
test ! -s stderr.log
rm -f stderr.log

Expand Down

0 comments on commit 9d74756

Please sign in to comment.