Skip to content

Commit

Permalink
856 Add fix to be able to create current environment on MacOS 13.3.1
Browse files Browse the repository at this point in the history
#856

[author: paolafer]

There were problems creating the 3.8-2022-4-13 environment and this
fix by Corey Adams solves it.

[reviewer: gonzaponte]

I beleive this is ok and does not disrupt the installation process in
other machines.

NOTE: Title shortened to match formatting.
  • Loading branch information
gonzaponte authored and jwaiton committed Sep 17, 2024
2 parents d19335d + aa882aa commit e59a9c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ function make_environment {

cat <<EOF > ${YML_FILENAME}
name: ${CONDA_ENV_NAME}
channels:
- conda-forge
- defaults
dependencies:
- python = ${PYTHON_VERSION}
# *REMEMBER TO CHANGE CONDA_ENV_TAG WHEN CHANGING VERSION NUMBERS*
Expand Down

0 comments on commit e59a9c0

Please sign in to comment.