Skip to content

Commit

Permalink
MNT #318 change --force to -y
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 20, 2024
1 parent 4727888 commit cedb5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluesky/environments/environment_2024_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bluesky_2024_3
# download:
# wget https://raw.githubusercontent.com/BCDA-APS/bluesky_training/main/bluesky/environments/environment_2024_3.yml
# create:
# conda env create --force -n bluesky_2024_3 -f ./environment_2024_3.yml --solver=libmamba
# conda env create -y -n bluesky_2024_3 -f ./environment_2024_3.yml --solver=libmamba
# activate:
# conda activate bluesky_2024_3

Expand All @@ -20,7 +20,7 @@ channels:
# then these channels
- conda-forge
# - aps-anl-tag # for pvview
- defaults
# - defaults # licensing Ts & Cs say don't use this now

dependencies:

Expand Down

0 comments on commit cedb5ae

Please sign in to comment.