Skip to content

Commit

Permalink
Add fix to be able to create the current environment on MacOS 13.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paolafer authored and bpalmeiro committed Sep 17, 2024
1 parent d19335d commit aa882aa
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 aa882aa

Please sign in to comment.