Skip to content

Commit

Permalink
TST: show me extras_conda.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Jan 9, 2025
1 parent 52b8523 commit cd422d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create_base_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ conda activate "${ENVNAME}"

# First extras round to pick up conda stuff
python get_extras.py --verbose "${BASE}" > "${ENV_DIR}"/extras_conda.txt
cat "${ENV_DIR}"/extras_conda.txt
mamba install -y --file "${ENV_DIR}/conda-packages.txt" --file "${ENV_DIR}/security-packages.txt" --file "${ENV_DIR}/extras_conda.txt"

# Main pip install step
Expand Down

0 comments on commit cd422d2

Please sign in to comment.